강의

멘토링

로드맵

Inflearn Community Q&A

tjdwo7899970905's profile image
tjdwo7899970905

asked

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

How to use Python Print (1-3)

%d 에서 질문

Written on

·

347

·

Edited

0

%s나 format에서 nice는 콤마 안에 있는데 %d에서 1,2는 왜 콤마를 안붙여주나요? 숫자는 원래 출력할때 콤마를 안붙여주나요?

python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요. 성재님

네 표시 형식에 따라서 붙여주지 않아도 됩니다.

 

tjdwo7899970905's profile image
tjdwo7899970905

asked

Ask a question