강의

멘토링

커뮤니티

Inflearn Community Q&A

chl9338's profile image
chl9338

asked

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

Learning Python Basics Most Naturally Through Problem Solving: Data Types, Variables, and Output 3

변수명

Written on

·

172

0

변수에 지정할떄

name 은 왜 ""을 쓰고

hobby 는 왜 ''를 쓰신건가요 무슨차이가 있는 건가요

웹-크롤링python

Answer 1

1

funcoding님의 프로필 이미지
funcoding
Instructor

안녕하세요.

둘 다 차이는 없습니다. 쌍따옴표를 쓰셔도 되고, 홑따옴표를 쓰셔도 됩니다. 이 부분에 대해서도 강의 중간에 이야기를 한 적이 있을꺼예요. 매번 쓸때마다 이런 이야기를 할 수는 없어서 그런 부분이 있습니다. 감사합니다.

chl9338's profile image
chl9338

asked

Ask a question