187k views
1 vote
Help very please??????

Help very please??????-example-1
User Dwjv
by
5.0k points

1 Answer

6 votes

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())

User Yogesh Salvi
by
5.6k points