mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
8 lines
159 B
Python
8 lines
159 B
Python
|
|
a=[5]
|
|
import practise
|
|
##for k in globals():
|
|
## if not k.startswith("__"):
|
|
## practise.globals()[k]=globals()[k]
|
|
C=practise.c(globals())
|
|
print C.pp() |