mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-19 00:33:47 +00:00
All the previous files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
a=[5]
|
||||
import practise
|
||||
##for k in globals():
|
||||
## if not k.startswith("__"):
|
||||
## practise.globals()[k]=globals()[k]
|
||||
C=practise.c(globals())
|
||||
print C.pp()
|
||||
Reference in New Issue
Block a user