Computer Science, asked by mohapatrapriyap3xw8i, 3 months ago

Write down command that will give the following output.
City : Mumbai
Hospital : 208
Schools : 8508​

Answers

Answered by zezus
2

Answer:

i think command means python code

if yes so here your answer

city = (" Mumbai" )

hospital = ("208")

school = ("8508")

print (city , school , hospital)

Similar questions