if else ptyon

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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