강의

멘토링

커뮤니티

Inflearn Community Q&A

soonheepark750292's profile image
soonheepark750292

asked

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

How to use Python Print (1-3)

명령어 썼을 때 옵션 설명 뜨는 건 어떻게 설정해야 나타나나요?

Resolved

Written on

·

275

0

print를 쓰면 강의에서는 옵션 설명이 자동으로 뜨는데, 어떻게 설정하면 될까요?

python

Answer 3

1

niceman님의 프로필 이미지
niceman
Instructor

https://www.inflearn.com/questions/34473

auto-complete python , script 전부 설치하면 우선은 작동되어야 합니다.

그래도 표시가 안되면 위에 링크에 해결방법이 있습니다.

참고하시면되요! 감사합니다.

0

niceman님의 프로필 이미지
niceman
Instructor

감사합니다.

0

grinner님의 프로필 이미지
grinner
Questioner

이미 설치하자 마자 auto-complete python , script전부 설치하였습니다.

알려주신 링크에 Giku Lan님이 적어주신 jedi 폴더에서 grammar.txt를 찾지 못하였고,

한번 더 praser폴더에서 grammar3.7을 복사하여 grammar3.8로 이름을 고쳐주었을 때 해결되었습니다.

감사합니다.

soonheepark750292's profile image
soonheepark750292

asked

Ask a question