Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Shell 3.9.0 - Issue with indentation
Post: RE: Python Shell 3.9.0 - Issue with indentation

Thank you !
Earis General Coding Help 17 6,659 Oct-31-2020, 07:00 AM
    Thread: Python Shell 3.9.0 - Issue with indentation
Post: RE: Python Shell 3.9.0 - Issue with indentation

Thank you for your replies and recommendations [Video: https://www.youtube.com/watch?v=V0xZUiVvys4]. I have included a video with all the solutions mentioned so that we are on the same page.
Earis General Coding Help 17 6,659 Oct-30-2020, 06:13 AM
    Thread: Python Shell 3.9.0 - Issue with indentation
Post: RE: Python Shell 3.9.0 - Issue with indentation

I am using Windows 10. Tried in the pas all the above mentioned methods. Works giving the result 12,16. for i in [12, 16, 17, 24, 29]: if i % 2 == 1: break print(i)Doesn't work giv...
Earis General Coding Help 17 6,659 Oct-26-2020, 04:51 AM
    Thread: Python Shell 3.9.0 - Issue with indentation
Post: RE: Python Shell 3.9.0 - Issue with indentation

Not it doesn't. for i in [12, 16, 17, 24, 29]: if i % 2 == 1: break print(i) print("done") # For this Line I get in Python Shell 3.9.0 SyntaxError: unindent does not match any outer i...
Earis General Coding Help 17 6,659 Oct-26-2020, 04:24 AM
    Thread: Python Shell 3.9.0 - Issue with indentation
Post: RE: Python Shell 3.9.0 - Issue with indentation

https://www.ppaste.org/lPOwHRon3 My apologies for any confusion. The correct code is the above and it does not run in Python Shell.
Earis General Coding Help 17 6,659 Oct-26-2020, 04:12 AM
  Bug Thread: Python Shell 3.9.0 - Issue with indentation
Post: Python Shell 3.9.0 - Issue with indentation

https://www.ppaste.org/ZlGieSKbc The above code works fine on any other interpreter(12,16,done) but when I use the python shell 3.9.0 I get SyntaxError: unindent does not match any outer indentation ...
Earis General Coding Help 17 6,659 Oct-25-2020, 03:51 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020