About 50 results
Open links in new tab
  1. NameError: name 'datetime' is not defined | Codecademy

    Submitted by scriptMaster08449 almost 12 years NameError: name 'datetime' is not defined

  2. Exception & Error Handling in Python - Codecademy

    Learn how to handle Python exceptions using try-except blocks, avoid crashes, and manage errors efficiently. Explore Python error-handling techniques, including built-in exceptions, custom …

  3. NameError: name 'false' is not defined? | Codecademy

    Traceback (most recent call last): File “python”, line 4, in Why does it say name false is not defined? Is this my fault or the websites fault?

  4. (15/15) NameError: global name 'true' is not defined - Codecademy

    (15/15) NameError: global name 'true' is not defined I have having difficulty understanding what to do. I am sure the issue is right under my nose, but I cant figure out what is wrong with my code. Can …

  5. Q. 16/20 - NameError: name 'count' is not defined - Codecademy

    Q. 16/20 - NameError: name 'count' is not defined Hi guys. This one is really “bugging” me. I’m getting this error: Traceback (most recent call last): File “python”, line 9, in My code is below, I have count …

  6. NameError: global name 'randint' is not defined | Codecademy

    Submitted by gwendolyn over 13 years NameError: global name 'randint' is not defined

  7. NameError: name 'get_average' is not defined - Codecademy

    For some reason, my code is not running. This is the error: Traceback (most recent call last): File "python", line 20, in <module> NameError: name...

  8. NameError: name 'Y' is not defined (and other infuriating tales)

    This is just one of many attempts I have made at completing this lesson. I’ve copied stuff from here and from other discussion boards, and nothing has worked. Every time, no matter whose code it is that I …

  9. What is "NameError: name 'RUN' is not defined"? - Codecademy

    What is "NameError: name 'RUN' is not defined"? I keep getting this error after I input the guess_col: Traceback (most recent call last): File “python”, line 27, in

  10. 10/11 - NameError: name 'Car' is not defined - Codecademy

    class Car(object): condition = "new" def __init__(self, model, color, mpg): self.model = model self.color = color self...