Computer Science, asked by jden5231, 19 days ago

write a program to print your name and age​

Answers

Answered by Harshshahi19
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 Cheese365
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