Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 5, 2021 13:19
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/a19aa33da1e61759e2c25934a4f82538 to your computer and use it in GitHub Desktop.
Save amankharwal/a19aa33da1e61759e2c25934a4f82538 to your computer and use it in GitHub Desktop.
Name = input("Enter Name: ")
Age = input("Enter Age: ")
print(f"Your Name is {Name}, and your age is {Age}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment