Assignment-2/testing_code/p2.py

15 lines
132 B
Python

a = True
b = False
x = 7
if a:
x = 5
if b:
y = 4
else:
y = 2
z = (x * 3 * 7) / y
if z > 10:
y = 5