a = 200 b = 33 if b > a : print ( "b is greater than a" ) elif a == b : print ( "a and b are equal" ) els...
Search This Blog
Showing posts with label condition if. Show all posts
Showing posts with label condition if. Show all posts