강의

멘토링

로드맵

Inflearn Community Q&A

davidkim198401013150's profile image
davidkim198401013150

asked

Getting Started with Programming: Introduction to Python (Inflearn Original)

print 가 실행이 안되요

Resolved

Written on

·

174

0

아톰이랑 파이썬 깔고

말씀하신 패키지 두개 깔았는데요 

아래와 같은 에러가 뜹니다. print 가 정의 안되어있다고. 

Traceback (most recent call last):
  File "C:\Python_basic\Firs.py", line 1, in <module>
    Print('hellow world basic')
NameError: name 'Print' is not defined
[Finished in 0.115s]
python

Answer 1

0

대문자로 하시면 안 돼요... print로 하셔야 합니당 

davidkim198401013150's profile image
davidkim198401013150

asked

Ask a question