This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
jack
/
cocorobolx
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
d574c0032a
Ranting
Tag
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t15.py
t15.py
57 B
Riwayat
Mentahan
1
2
3
4
5
6
x = 1
t = 0
while x<=5:
t = t+x
x = x+1
print t