Computer Science, asked by nigamc63, 8 months ago

a=10
if a>100:
print("Welcome ")
else:
print("KIPS")​

Answers

Answered by neethasunilsunil
3

Answer:

KIPS

Explanation:

the program executes kips as the if statement reads false

Similar questions