Language/Python

[Python] Python Error

arajo 2022. 6. 27. 22:52
728x90

에러(Error) 예시

Print("Hellow, World")

---------------------------------------------------------------------------------------------------------------------------------

NameError                                                                               Traceback (most recent call last)

<ipython-input-7-d381c5c16d32> in <module>()

----> 1 Print ("Hellow, World!" ◀ 에러가 있는 명령문

 

NameError: name 'Print' is not defined  ◀ 에러 내용