Computer Science, asked by vinaysahrawat11, 7 months ago

Activity - 2
Write a python program to enter your name and class
using input statement & display them in output
Sal &
* class 7.ky .ky Calusons admin / App data hocal/
Programs/ ly ther/ Byltar 36- 32/?12....
n = input (4 Enter your Name !)
C input (4 Enter your classes
beint (le Namell, n)
Print la classic)​

Answers

Answered by bhavyasaurabhsharma
0

Answer:

n = input("Enter your name: ")

c = input("Enter your class: ")

print()

print(n + " is your name!")

print(c + " is your class!")

Explanation:

Similar questions