a=10
if a>100:
print("Welcome ")
else:
print("KIPS")
Answers
Answered by
3
Answer:
KIPS
Explanation:
the program executes kips as the if statement reads false
Similar questions