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]