-
Joined
Nov 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print("Hello there friend") | |
| user_name = input("What's your name? ") | |
| print(f"Hello {user_name}, It's nice to meet you") | |
| print("My name is Cipis and i am your new friend") | |
| my_age = 31 | |
| while True: | |
| user_age_str = input(f"May I ask {user_name} a question — how old are you? (Please enter natural numbers only): ") |