mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
19 lines
250 B
Python
19 lines
250 B
Python
import PikaStdLib
|
|
import PikaStdDevice
|
|
import PikaStdData
|
|
import GTestTask
|
|
import PikaMath
|
|
from PikaObj import *
|
|
|
|
|
|
def fun(a,b,c,d,e):
|
|
print(a)
|
|
print(b)
|
|
print(c)
|
|
print(d)
|
|
print(e)
|
|
|
|
fun(10,20,30,40, 'xxx')
|
|
# while True:
|
|
# pass
|