Can some body give me 3 program in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can some body give me 3 program in python

28th Aug 2019, 7:29 PM
Âaryahi Âashi
Âaryahi Âashi - avatar
3 Answers
+ 1
The Sololearn community has thousands (if not millions) of Python codes. Just look for one that you like👍🏼
29th Aug 2019, 6:05 AM
Trigger
Trigger - avatar
0
i m not getting there
28th Aug 2019, 7:35 PM
Âaryahi Âashi
Âaryahi Âashi - avatar
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')
29th Aug 2019, 9:21 AM
Ashutosh kumar
Ashutosh kumar - avatar