Noch eine Übung.
Was ist die Ausgabe des print Befehls?
print
x = 10 y = 20 c = x < y and y > x or x == y if c: print(1) else: print(2)