Skip to content

Instantly share code, notes, and snippets.

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): ")