<div dir="ltr">Hello,<div><br></div><div><I have a problem with my Python's programm. I can't write a command list without a reinitialisation.</div><div><br></div><div>For instance :</div><div>
<p style="font-size:1.125rem;line-height:1.75rem;color:rgba(0,0,0,0.85);margin:10px 0px 0px;box-sizing:border-box;font-family:Aileron;background-color:rgb(253,238,226);text-decoration-style:initial;text-decoration-color:initial">>>> a = 12</p><p style="font-size:1.125rem;line-height:1.75rem;color:rgba(0,0,0,0.85);margin:10px 0px 0px;box-sizing:border-box;font-family:Aileron;background-color:rgb(253,238,226);text-decoration-style:initial;text-decoration-color:initial">...print("a is superior to 0.")</p><p style="font-size:1.125rem;line-height:1.75rem;color:rgba(0,0,0,0.85);margin:10px 0px 0px;box-sizing:border-box;font-family:Aileron;background-color:rgb(253,238,226);text-decoration-style:initial;text-decoration-color:initial"> File "<stdin>", line 2</p><p style="font-size:1.125rem;line-height:1.75rem;color:rgba(0,0,0,0.85);margin:10px 0px 0px;box-sizing:border-box;font-family:Aileron;background-color:rgb(253,238,226);text-decoration-style:initial;text-decoration-color:initial"> print("a is supérior to 0.")</p><p style="font-size:1.125rem;line-height:1.75rem;color:rgba(0,0,0,0.85);margin:10px 0px 0px;box-sizing:border-box;font-family:Aileron;background-color:rgb(253,238,226);text-decoration-style:initial;text-decoration-color:initial">IdentificationError: expected an indented block</p><p style="font-size:1.125rem;line-height:1.75rem;color:rgba(0,0,0,0.85);margin:10px 0px 0px;box-sizing:border-box;font-family:Aileron;background-color:rgb(253,238,226);text-decoration-style:initial;text-decoration-color:initial">>>></p>
<br></div><div>Could you tell me where is the bug in the last version 3.0.7 ?</div><div><br></div><div>Thanks ^^</div></div>