Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 5, 2021 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/25829a020d3f9962bea783d0aba5c6fa to your computer and use it in GitHub Desktop.
Save amankharwal/25829a020d3f9962bea783d0aba5c6fa to your computer and use it in GitHub Desktop.
Name = input("Enter Name: ")
Age = input("Enter Age: ")
print("Your Name is {}, and your age is {}".format(Name, Age))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment