Created
June 22, 2020 11:00
-
-
Save ChaitanyaBaweja/232ed8dd466087ee3f48d831d1fdb535 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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