인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

klue11051136's profile image
klue11051136

asked

[Renewal] Python Introduction and Basic Crawling Bootcamp [Python, Web, Basic Data Understanding] (Updated)

Python Basics That You'll Naturally Learn While Solving Problems: Data Types, Variables, and Output

typeError 관련 질문입니당

Resolved

Written on

·

269

0

아래 그림에서,, 이렇게 하면 에러가 나는데,, 왜 그럴까요 ㅠ 

웹-크롤링python

Answer 2

0

name = input()

dave가 나오지 않습니다. 

엔터를 누르나요? 아니면 shift + enter를 누르나요

0

funcoding님의 프로필 이미지
funcoding
Instructor

안녕하세요. 쥬피터노트북이든 컴퓨터든 껐다 키신다음에 해당 셀만 다시 실행하시면 될 것 같습니다.

num1 이나 num2 에 뭔가 다른 셀에서 다른 작업을 하시면서 뭔가 꼬인듯해요. 뭔가 변수나 함수에 문자를 넣으신 듯해요.

-----------

num1 = 2

num2 = 4

print (num1 + num2)

6

-----------

감사합니다.

klue11051136's profile image
klue11051136

asked

Ask a question