doc: make doc testable
This commit is contained in:
4
doc/_readme/llgo_call_py/call_math.py
Normal file
4
doc/_readme/llgo_call_py/call_math.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import math
|
||||
|
||||
x = math.sqrt(2)
|
||||
print("sqrt =", x)
|
||||
Reference in New Issue
Block a user