강의

멘토링

커뮤니티

Inflearn Community Q&A

siragma0956's profile image
siragma0956

asked

[Renewed] Python Introduction and Web Scraping Basics Bootcamp [Python, Web, Data Understanding Fundamentals] (Updated)

Python Fundamentals Through Problem-Solving: Function Applications

동일하게 코딩 작성을 한 것으로 보이는데, 왜 숫자만큼 문자열이 나오지 않는지 궁금합니다.

Written on

·

317

0

웹-크롤링python

Answer 1

0

funcoding님의 프로필 이미지
funcoding
Instructor

반복문 안에서 처음 반복을 하자마자 바로 return 을 하셨기 때문에 한개만 나오는 것이예요.

siragma0956's profile image
siragma0956

asked

Ask a question