강의

멘토링

로드맵

Inflearn Community Q&A

lillywls4113's profile image
lillywls4113

asked

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

Numeric type (1-1): The basis of calculation is numeric type.

데이터 타입에서 = 표시가 보라색(오류)

Written on

·

222

0

데이터 타입에서 str1='python'이라고 치면 = 부분이 보라색으로 나옵니다. 파일명도 py가 맞고 print 같은걸로 치면 정상 작동이 됩니다 !

python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

코드 실행만 문제가 없으면 린트 색상은 괜찮습니다.

정확히 영상대로 실행만 되면 되요~

lillywls4113's profile image
lillywls4113

asked

Ask a question