Write a python program that accepts a name and age of a user
Answers
Answered by
7
name = input("Enter your name :")
age=int(input("Enter your age :"))
Thanks !
Attachments:
Similar questions