Quick actions

cmd+k|ctrl+k

Navigation

Languages

try

Snippet info

Language

Python

Visibility

public

Author

shashwat2002joshi

Created

2019-10-27T05:01:09Z

Updated

2019-10-27T05:01:30Z

name = input('What is your name ? - ')
age = input('What is your age ? - ')
print(name,'is of age',age)
INFO