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
English,
2 months ago
Social Sciences,
2 months ago
Math,
4 months ago
Economy,
4 months ago
Social Sciences,
11 months ago
English,
11 months ago
Math,
11 months ago