This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
jack
/
cocorobolx
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
cf7f0f0a2b
Dallar
Biçim İmleri
master
cocorobolx
/
skulpt
/
test
/
run
/
t401.py
t401.py
87 B
Geçmiş
Ham
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)