Answer:
Z = 100
C = 200
School = "Emirates American School"
print(Z,C,School)
x = 5
y = 5
output = (x == y)
print(output)
txt = "I study at {}"
print(txt.format(School))
print(School.upper())
5.8m questions
7.5m answers