강의

멘토링

로드맵

Inflearn brand logo image

Inflearn Community Q&A

zaiying22070115's profile image
zaiying22070115

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

Python Installation and Development Environment Setup (2) - Atom Editor & Plug-in Installation and Explanation

Atom에서 Python input() 함수 처리방법

Written on

·

344

0

input("Enter your word : ")

이렇게 코드를 작성하고 run을 하였는데 콘솔에서 입력할 수 없어서 어떻게 해야 할지 문의 드립니다.

python웹-크롤링

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.
아톰에서는 인풋을 처리할 수 있습니다.
아나콘다 프롬포트에서 또는 터미널에서
해당 파이썬 파일로 이동 후에 python 파일이름.py -> 으로 실행하셔야 입력이 가능합니다.
관련 함수 내용입니다.
http://withcoding.com/65

zaiying22070115's profile image
zaiying22070115

asked

Ask a question