Python Forum
Simple Freshman Python Coding Help
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Freshman Python Coding Help
#2
Please, fix the indentation in your code - some times you have 1 space and some times - 2 spaces per level. Also use 4 spaces per indentation level, as per PEP8 recommendation. In any case using just one space per level makes it very hard to read your code.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Simple Freshman Python Coding Help - by tomatoe - Apr-30-2020, 08:38 AM
RE: Simple Freshman Python Coding Help - by buran - Apr-30-2020, 09:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information Need some help with simple coding! Jarno12 5 1,740 Jan-15-2022, 09:30 PM
Last Post: ndc85430

Forum Jump:

User Panel Messages

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