Computer Science, asked by toshirolkr9331, 5 months ago

a=10 if a>100 : print ("Happy new year") else: "print students"

Answers

Answered by candidkhushi
0

Answer:

Explanation:

a=10

if a>100:

   print ("Happy new year")

else:

   print("students")

Similar questions