0
Can some body give me 3 program in python
5 odpowiedzi
+ 1
The Sololearn community has thousands (if not millions) of Python codes. Just look for one that you like👍🏼
0
i m not getting there
0
a = 556
b = 565
if a < b:
print('a is less than b')
else:
if a == b:
print('a is equal to b')
else:
print('a is greater than b')