This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
e5d481ada0
Rami (Branch)
Tag
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t281.py
t281.py
61 B
Cronologia
Originale
1
2
3
4
5
def f(a, b, c):
print a, b, c
args = [5, 6, 7]
f(*args)