a=10 if a>100 : print ("Happy new year") else: "print students"
Answers
Answered by
0
Answer:
Explanation:
a=10
if a>100:
print ("Happy new year")
else:
print("students")
Similar questions