Python Forum
Beginner Needs Help To Get On The Right Track
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner Needs Help To Get On The Right Track
#2
You need to fix the if/elif chain starting on 32. Note than an elif must have the same indentation as the 'if' it is an alternative to. It can't be on it's own level of indentation like yours are. Line 42 needs to go into that if/elif chain. I will leave it to you to figure out where. Line 29 does not match the comment on line 28. You need to add an 'and' along with another condition. See if you can figure that condition out yourself.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Beginner Needs Help To Get On The Right Track - by ichabod801 - Oct-09-2019, 03:27 PM

Forum Jump:

User Panel Messages

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