강의

멘토링

로드맵

Inflearn Community Q&A

updownlsh4349's profile image
updownlsh4349

asked

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

How to use Python Print (1-2)

%의미

Written on

·

249

2

print문에서 %의 의미가 무엇인가요? d  혹은 s 혹은 f등을 사용하겠다고 명령하는 것인가요?

python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

맞습니다. format 함수 또는 % 로 사용합니다.

updownlsh4349's profile image
updownlsh4349

asked

Ask a question