7 lines
156 B
Python
7 lines
156 B
Python
|
|
i=1
|
|
j=time.sleep(1.0)
|
|
r1 = lscan(inp, (sin,out,), 0, 40, 100, 0.05, print_scan=True)
|
|
r1 = lscan(inp, (sin,out,), 0, 40, 100, 0.01)
|
|
|
|
j=time.sleep(1.0) |