This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
jack
/
cocorobolx
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
a0e4a29439
Atzari
Tagi
master
cocorobolx
/
skulpt
/
test
/
run
/
t344.py
t344.py
109 B
Vēsture
Neapstrādāts
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