Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
coding
#6
You should also remove all your semicolons and use recommended whitespace in your function arguments. You should review the pep8 style guidelines.

https://www.python.org/dev/peps/pep-0008/

As for the error message being on the wrong line, do you have much programming experience? Errors are reported where the error breaks something, not where the error occurred. Many Python "syntax errors" happened on the line above, or many lines above.

If you are getting error messages why are there no error messages included in your posts?
Reply


Messages In This Thread
coding - by ecovrefoltr - Dec-06-2021, 10:56 AM
RE: coding - by ibreeden - Dec-06-2021, 12:13 PM
RE: coding - by ecovrefoltr - Dec-06-2021, 01:42 PM
RE: coding - by Axel_Erfurt - Dec-06-2021, 01:53 PM
RE: coding - by ibreeden - Dec-06-2021, 05:48 PM
RE: coding - by deanhystad - Dec-06-2021, 06:10 PM

Forum Jump:

User Panel Messages

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