Contact: aviboots(AT)netvision.net.il
39,880 questions
51,806 answers
573 users
s = "python programming" for ch in s: print(ord(ch), end = ' ') print('\n', end = '') ''' run: 112 121 116 104 111 110 32 112 114 111 103 114 97 109 109 105 110 103 '''