강의

멘토링

로드맵

Inflearn Community Q&A

kimkim1029's profile image
kimkim1029

asked

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

How to use Python Print (1-2)

print('welcome to', end='') - syntex error

Written on

·

211

0

python

Answer 1

0

안녕하세요.

파이썬 2.x 버전을 사용할 경우 end 구문이 적용되지 않습니다.

파이썬 3.x 버전 설치 후 실행해주시면 됩니다.

감사합니다 :)

kimkim1029's profile image
kimkim1029

asked

Ask a question