Print your name, age and class using Input() function.
Answers
Answered by
1
Answer:
name,class,age=input("enter your name,class and age").split(",")
Explanation:
this input is in pythons language
Answered by
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
Math,
1 month ago
Social Sciences,
1 month ago
Math,
2 months ago
Economy,
2 months ago
Social Sciences,
9 months ago
English,
9 months ago
Math,
9 months ago