This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jack
/
cocorobolx
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
e0ea877bab
Gałęzie
Tagi
master
cocorobolx
/
skulpt
/
test
/
run
/
t401.py
t401.py
87 B
Historia
Czysty
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)