Snippets

Created by Kevin Pichette last modified


your_name = input("Name: ")
your_age = input("Age: ")

print(your_name)
print(your_age)

print(3**2//2)
print(3**2)
print(9//2)

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.