mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
clean example/builtin
This commit is contained in:
parent
a5fb1956ef
commit
847b9100cf
@ -1,4 +1,3 @@
|
||||
import PikaStdData
|
||||
d = {'a':1, 'b':2, 'c':'test'}
|
||||
print(d)
|
||||
for item in d:
|
||||
|
@ -1,5 +1,3 @@
|
||||
import PikaStdLib
|
||||
|
||||
print('test')
|
||||
print('my name is', 'old wang', 'my age is', 43)
|
||||
print('format: %s,%04d,%.2f' % ('test', 123, 15.5))
|
||||
|
Loading…
x
Reference in New Issue
Block a user