我使用python的在線控制檯:http://shell.appspot.com/ 我試圖寫這樣的代碼:當我寫下第一行class tree:
我按回車的Python:在網上控制檯蟒蛇錯誤
class tree:
def __init__(self, charge, left=None, right=None):
self.charge = charge
self.left = left
self.right = right
我得到這個控制檯出錯
Traceback (most recent call last):
File "/base/data/home/apps/shell/1.335852500710379686/shell.py", line 221, in get
compiled = compile(statement, '<string>', 'single')
File "<string>", line 2
^
IndentationError: expected an indented block
有沒有人可以告訴我如何寫這段代碼? 謝謝。
Downvoted的問題不顯示任何研究工作,此外,堆棧溢出完全是錯誤的地方問這種事情。超級用戶充其量是最好的去處。 –