Chris Angelico
11 years ago
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
s = "asdf©qwer" |
||||
|
for i in range(len(s)): |
||||
|
print("s[%d]: %s"%(i, s[i])) |
Loading…
Reference in new issue