101k views
3 votes
What do I need to write ??

What do I need to write ??-example-1
User MarkHim
by
5.4k points

1 Answer

4 votes

print('Welcome')

name = input('Please enter your name : ')

age = int(input('Your age : '))

print('Your name is',name,'and you have',age,'years old')

User Xiaoying
by
5.4k points