hilsen = "hei" a = 7 b = 5 c = -1 * 5 + 7 pi = 314/100 r = b != c print(a, b, c, pi, r) print( (a > c) or not ( 5 <= 2 ))