Files
pebble/examples/basic/07_math.peb

2 lines
63 B
Plaintext

print(3 - (4 / 9 + 1) == 12)
print(40 + (8 - -1) / 3 - 0.5 * 2)