mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
4 lines
79 B
Python
4 lines
79 B
Python
x = 1
|
|
assert 3x.real + 1 == 4
|
|
assert 3(2+x) + 1 == 10
|
|
assert 2.1x + 1.2 >= 3.1
|