Computer Science, asked by poojithaIPS278, 7 months ago

Weather = 'raining'
if weather = 'sunny' :
print ("wear sunblock")
elif weather = "snow":
print ("going skiing")
else:
print (weather)

Answers

Answered by hritabratabhui
0

OUTPUT:

........................raining

Similar questions