if else ptyon

Solutions on MaxInterview for if else ptyon by the best coders in the world

showing results for - "if else ptyon"
Klara
08 Nov 2019
1a = 200
2b = 33
3
4if b > a:	 
5	print("b is greater than a")
6elif a == b:
7	print("a and b are equal")
8else:
9	print("a is greater than b")
10
11 
similar questions
queries leading to this page
if else ptyon