Closedown
This commit is contained in:
11
script/test11.py
Normal file
11
script/test11.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Parameters
|
||||
"""
|
||||
|
||||
start = float(args[0])
|
||||
end = float(args[1])
|
||||
step = int(args[2])
|
||||
|
||||
a= lscan(inp, sin, start, end, step, 0.1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user