Input & Output

PHOTO EMBED

Mon Sep 16 2024 13:06:01 GMT+0000 (Coordinated Universal Time)

Saved by @jerseyitguy #python

name = input("Enter your name: ")
age = int(input("Enter your age: "))
print(f"Hello, {name}! You are {age} years old.")
content_copyCOPY