This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
jack
/
cocorobolx
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
e0ea877bab
Branche
Tagy
master
cocorobolx
/
skulpt
/
test
/
run
/
t401.py
t401.py
87 B
História
Raw
1
2
3
4
5
6
print abs(-1)
print abs(1)
print abs(0)
print abs(-0.0)
print abs(-4.6)
print abs(4.6)