[issue42989] Bug

2021-01-21 Thread Zachary Ware
Zachary Ware added the comment: That line on its own will cause an IndentationError, which is a subclass of SyntaxError. However, out of context, without the full traceback, and without a description of your environment, the only thing I have to go on here is the fact that the vast

[issue42989] Bug

2021-01-21 Thread Andrew C
New submission from Andrew C : if playerChoice == "2": reports the ":" as a "syntax error" -- components: Windows messages: 385427 nosy: ASCRong, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Bug type: behavior versions: Python 3.9