write a program to print your name and age
Answers
Answered by
1
Answer:
a= input ("enter your name:")
b=int(input ("enter your age:"))
print("your name and age is",a,b)
this program is of python
HOPE YOU LIKE THE ANSWER
Answered by
1
Answer:
a = input ( "enter your name" )
b = input ( "enter your age" )
print ( "your name and age is", a, b )
this program is of python
Please mark me as brainliest :)
Similar questions