fork download
  1. a = ' Mgmt fees 1Q 2016 + expenses '
  2. b = ' Mgmt fees 1Q 2016 + expenses '
  3.  
  4. for ax, bx in zip(a, b):
  5. if ax == bx:
  6. print(ord(ax))
  7. continue
  8. print(ord(ax), '<>', ord(bx))
  9.  
Success #stdin #stdout 0.02s 9112KB
stdin
Standard input is empty
stdout
32
77
103
109
116
32
102
101
101
115
32
49
81
32
50
48
49
54
32
43
32
101
120
112
101
110
115
101
115
32