Files
pebble/examples/07_math.peb
2026-02-05 17:00:37 +01:00

2 lines
63 B
Plaintext

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