We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a42ae commit 80d458fCopy full SHA for 80d458f
true/tpy.py
@@ -12,5 +12,5 @@
12
elif code[p] in "0123456789" : s.append(int(code[p]))
13
elif code[p] == "[" : p=code.index("]", p)
14
if code[p] == "\n" : break
15
- if len(code) == p + 1:p = -1
+ if len(code) == p +1: p = -1
16
p += 1
0 commit comments