Online Python Compiler

x = 12 y = 13 if x > 8 else 0 # printing value of a print("Value of z is: " + str(y))