Inflearn brand logo image

Inflearn Community Q&A

jieunxbbb9383's profile image
jieunxbbb9383

asked

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

How to use Python Print (1-2)

format 연습 error

Written on

·

252

0

안녕하세요.

쌤이 알려주시는데로, format 출력했봤는데.

Error 가....제가 무엇을 잘못 했을까요? 

그리고 저는 쌤과는 다르게,,Print 입력하면 설명이이 안나오는데... ㅠㅠ어떤 설정을 해야되는건가요?

python

Answer 1

1

Print -> print로 바꾸세요. print()함수는 모두 소문자입니다.

jieunxbbb9383's profile image
jieunxbbb9383

asked

Ask a question