Python Forum
new to programming, any help would be appreciated!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
new to programming, any help would be appreciated!
#5
You haven't made it very clear what you are expecting in terms of output, but a couple of things look problematic:
  1. Your for loop on line 12 doesn't serve any purpose since the break on line 15 means that lines 13-14 only execute a single time. Do you need to break there?
  2. If you intend for any of lines 17+ to be within your loop, you need to indent them appropriately (while also deciding what to do with that break on line 15).
Reply


Messages In This Thread
RE: new to programming, any help would be appreciated! - by GOTO10 - Sep-29-2020, 01:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New to Python - Not sure why this code isn't working - Any help appreciated TheGreatNinx 4 1,032 Jul-22-2023, 10:21 PM
Last Post: Pedroski55
  Any help is appreciated! Butch12 3 810 Jul-22-2023, 03:23 AM
Last Post: Larz60+
  interloper help appreciated combining two python3 scripts to add new conditions. Ricktoddfrank 0 1,504 Jun-22-2021, 10:24 PM
Last Post: Ricktoddfrank

Forum Jump:

User Panel Messages

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