Python Forum
I have two Same Code but One of them Doesnt Work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I have two Same Code but One of them Doesnt Work
#7
(Jan-22-2021, 10:02 PM)deanhystad Wrote: Python does a pretty good job pointing out errors. The one place it doesn't do so well is syntax errors, sometimes just saying there is a syntax error on line X. And if your problem is that the line above is missing a closing quote, parenthesis or bracket, Python reports where the problem was identified, not where it occurred.

Yes, you're right. Python told me the error was "invalid syntax" and target for 21th line.
but 21th line looking good
if (balance - money < 0):
I think I didn't see parentheses for this reason in 20th line
I hope you're understand me, my english not too good :)
Thanks
Reply


Messages In This Thread
RE: I have two Same Code but One of them Doesnt Work - by beginner721 - Jan-22-2021, 10:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  print doesnt work in a function ony 2 303 Mar-11-2024, 12:42 PM
Last Post: Pedroski55
  Pydoc documentation doesnt work Cosmosso 5 4,380 Nov-25-2023, 11:17 PM
Last Post: vidito
  hi need help to make this code work correctly atulkul1985 5 790 Nov-20-2023, 04:38 PM
Last Post: deanhystad
  newbie question - can't make code work tronic72 2 693 Oct-22-2023, 09:08 PM
Last Post: tronic72
  pip install requests doesnt work misodca 8 6,146 Jul-07-2023, 08:04 AM
Last Post: zyple
  Beginner: Code not work when longer list raiviscoding 2 823 May-19-2023, 11:19 AM
Last Post: deanhystad
  Why doesn't this code work? What is wrong with path? Melcu54 7 1,795 Jan-29-2023, 06:24 PM
Last Post: Melcu54
  Code used to work 100%, now sometimes works! muzicman0 5 1,446 Jan-13-2023, 05:09 PM
Last Post: muzicman0
  color code doesn't work harryvl 1 892 Dec-29-2022, 08:59 PM
Last Post: deanhystad
  Ldap3 Python print(conn.entries) doesnt work ilknurg 15 5,771 Dec-28-2022, 11:22 AM
Last Post: shad

Forum Jump:

User Panel Messages

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