All the previous files

This commit is contained in:
bendtherules
2014-02-05 10:44:04 +05:30
commit 12135f9a60
160 changed files with 8827 additions and 0 deletions
+8
View File
@@ -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()