Computer Science, asked by krishnasivani2008042, 3 months ago

write the python statement to print your school name​

Answers

Answered by atulkumargpt
1

Answer:

print ("<your school name >")

Explanation:

_____________________

Answered by programpython001
1

Answer:

print("Delhi Public School Bhilai")

                   or

A = "Delhi Public School Bhilai"

print(A)

Similar questions