Computer Science, asked by neodynamium8200, 5 hours ago

Write a python program that accepts a name and age of a user

Answers

Answered by Anonymous
7

name = input("Enter your name :")

age=int(input("Enter your age :"))

Thanks !

Attachments:
Similar questions