This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
jack
/
cocorobolx
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
cf7f0f0a2b
Ranting
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t23.py
t23.py
72 B
Riwayat
Mentahan
1
2
3
4
def test(x):
return x
y = test(1)*2 + test(3)*4 + test(5)*6
print y