Skip to content

Commit 234fa95

Browse files
authored
Update tpy.py
1 parent 901171e commit 234fa95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

true/tpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
elif code[p] == '(' :
2424
p+=1; ld.append(code[p : code.index(')', p)])
2525
p=code.index(')', p)
26+
elif code[p] == "^" : s.append(s[int(s.pop())])
2627
if code[p] == "\n" : break
2728
if len(code) == p +1 : p = -1
2829
p += 1

0 commit comments

Comments
 (0)