This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
jack
/
cocorobolx
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
29175d9ac4
Atzari
Tagi
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t381.py
t381.py
60 B
Vēsture
Neapstrādāts
1
2
3
4
print
max(
1
,
2
,
3
)
l = [
1
,
2
,
3
]
print
max(l)
print
max(*l)