mirror of
https://github.com/duhanbalci/dexpr.git
synced 2026-07-01 16:19:16 +00:00
10 lines
73 B
Plaintext
10 lines
73 B
Plaintext
a = 10.2
|
|
b = a + 5.5
|
|
c = 2.4
|
|
|
|
d = b + c
|
|
|
|
f = (3+3)*2/3
|
|
|
|
t = 3+3
|
|
g = t*2/3 |