Python Forum
How can I program this algorithm with Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I program this algorithm with Python
#5
You are missing a close parenthesis (')') at the end of line 38. It looks like you have one missing at the end of line 39 as well. When you have a syntax error, always check the line before if the line in the error seems fine. And in the future please post the full text of the error message. That would have saved me trying to find which line the error was for.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: How can I program this algorithm with Python - by ichabod801 - Jul-08-2019, 08:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Genetic Algorithm Tetris Python not improving Fanto88 0 1,714 Mar-06-2021, 09:16 PM
Last Post: Fanto88

Forum Jump:

User Panel Messages

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