This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jack
/
cocorobolx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
cf7f0f0a2b
Branches
Tags
master
cocorobolx
/
skulpt
/
test
/
run
/
t381.py
t381.py
60 B
Historique
Raw
1
2
3
4
print max(1, 2, 3)
l = [1, 2, 3]
print max(l)
print max(*l)