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 704962b commit c9b81b1Copy full SHA for c9b81b1
lihoufeng/ex42_rewrite_41.py
@@ -18,7 +18,7 @@ def play(self):
18
while True:
19
print "\n---------"
20
room = getattr(self, next)
21
- mext = room()
+ next = room()
22
23
24
def death(self):
0 commit comments