📌  相关文章
📜  文件 ”<ipython-input-12-48c6c043344b> &quot;, line 29 coin = random.randint(0,1) ^ IndentationError: expected an indented block - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.356000             🧑  作者: Mango

代码示例1
File "", line 29
    coin = random.randint(0,1)
    ^
IndentationError: expected an indented block