Computer Science, asked by santk5557, 2 months ago

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

Answers

Answered by 004tranquil
0

I assume you want the output expected

Answer:

KIPS

Similar questions