Files

5 lines
49 B
Python
Raw Permalink Normal View History

2024-11-06 10:28:08 +08:00
import math
x = math.sqrt(2)
print("sqrt =", x)