Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created June 22, 2020 11:00
Show Gist options
  • Save ChaitanyaBaweja/232ed8dd466087ee3f48d831d1fdb535 to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/232ed8dd466087ee3f48d831d1fdb535 to your computer and use it in GitHub Desktop.
name = input("Enter name: ")
age = input("Enter age: ")
print("data_type of name: ", type(name))
print("data_type of age: ", type(age))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment