Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
def function
#2
beginning in line 6, shift indentation left 4 spaces.
after that, indentation needs to be in increments of 4 spaces per level

there are also basic python errors in code
line 11 is not reachable as written, because it is shown as part of the if statement, which has already issued a return
probably more
Reply


Messages In This Thread
def function - by Kristenl2784 - Jul-22-2020, 06:06 PM
RE: def function - by Larz60+ - Jul-22-2020, 06:21 PM
RE: def function - by jefsummers - Jul-22-2020, 06:31 PM
RE: def function - by Kristenl2784 - Jul-22-2020, 06:36 PM
RE: def function - by jefsummers - Jul-22-2020, 07:02 PM
RE: def function - by Kristenl2784 - Jul-22-2020, 08:12 PM
RE: def function - by jefsummers - Jul-23-2020, 01:06 AM
RE: def function - by Kristenl2784 - Jul-23-2020, 11:40 AM
RE: def function - by jefsummers - Jul-23-2020, 05:26 PM
RE: def function - by Kristenl2784 - Jul-23-2020, 05:55 PM
RE: def function - by Kristenl2784 - Jul-23-2020, 06:58 PM

Forum Jump:

User Panel Messages

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