Computer Science, asked by varmalohith2367, 1 year ago

Python program for displaying school address

Answers

Answered by Anonymous
86

Answer :-

===============[Code]==============

x = input("Enter School Address : ")

print("The Address of School is : ",x)

===============[End]================

Output

Enter School Address : D.A.V Public School ,New Delhi

>>> The Adress of school is : D.A.V Public School ,New Delhi

________________________

Note :- You can use any school name and address

Similar questions