Files
llgo/doc/_readme/llgo_call_py/call_math.py
2024-11-07 11:03:01 +08:00

5 lines
49 B
Python

import math
x = math.sqrt(2)
print("sqrt =", x)