121k views
1 vote
Write a program in Python which prints your name, surname and class.

1 Answer

0 votes

Answer:

print(name + "\\" + surname + "\\" + class)

Step-by-step explanation:

not enough information is given but this will print those three variables with a newline between each.

User Omid Roshani
by
3.6k points