Social Sciences, asked by Mayanksharms, 2 months ago

Print your name, age and class using Input() function.​

Answers

Answered by satyampandey14
1

Answer:

name,class,age=input("enter your name,class and age").split(",")

Explanation:

this input is in pythons language

Answered by ScienceGeniusMayur
0

By using python we can print like this

Explanation:

print('MY NAME IS MAYUR')

print('my age is 17)

print('I study in class 11th)

OUTPUT

MY NAME IS MAYUR

MY AGE IS 17

I STUDY IN CLASS 11th

Similar questions