Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python bugging
#10
Syntactically? No.
But there could be misunderstandings if you show your code to other people. And that's a sort of error.

If "your style" is to have semicolons at the end of each statement, why aren't you at least doing that consistently?

Why have a multi-line if block followed by an in-line else block? To me, that's much worse than semicolons.
Reply


Messages In This Thread
Python bugging - by Basilis - Jul-06-2017, 02:11 PM
RE: Python bugging - by sparkz_alot - Jul-06-2017, 03:22 PM
RE: Python bugging - by Basilis - Jul-06-2017, 10:32 PM
RE: Python bugging - by ichabod801 - Jul-07-2017, 12:33 AM
RE: Python bugging - by Basilis - Jul-07-2017, 11:09 AM
RE: Python bugging - by sparkz_alot - Jul-07-2017, 01:12 PM
RE: Python bugging - by Basilis - Jul-07-2017, 05:15 PM
RE: Python bugging - by sparkz_alot - Jul-07-2017, 07:32 PM
RE: Python bugging - by Basilis - Jul-07-2017, 07:41 PM
RE: Python bugging - by nilamo - Jul-07-2017, 08:51 PM
RE: Python bugging - by Basilis - Jul-08-2017, 09:58 AM

Forum Jump:

User Panel Messages

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