This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
jack
/
cocorobolx
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
e5d481ada0
Ranting
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t344.py
t344.py
109 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
for ch in "Hello world!":
d = ord(ch)
h = hex(d)
o = oct(d)
b = bin(d)
print ch, d, h, o, b