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
#6
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.
Reply


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

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