index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
1b.py
blob: a8324a04f60b6e097d9f2a303c8feac321e04a44 (
plain
)
1
2
3
4
5
6
x = 2 ; y = 3 def f(x, x): return x+y print(f(5,3)+ x + y)