강의

멘토링

커뮤니티

Inflearn Community Q&A

kmc19398658's profile image
kmc19398658

asked

Introduction to Python

py202 – Input

"변수와 데이타타입"에 대한 질문입니다

Resolved

Written on

·

293

0

a=input()

print(a)

파이썬

파이썬---은 제대로 출력이 됩니다

 

그런데

a=input("문자열을 입력하세요 : ")

print(a)

Run을 실행해도, Ctrl+ENTER를 해도 결과문이 나오지 않습니다

웹-크롤링python

Answer

This question is waiting for answers
Be the first to answer!
kmc19398658's profile image
kmc19398658

asked

Ask a question