강의

멘토링

커뮤니티

Inflearn Community Q&A

siragma0956's profile image
siragma0956

asked

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

The most natural way to become familiar with Python basics while solving problems: Using functions

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

Written on

·

325

0

웹-크롤링python

Answer 1

0

funcoding님의 프로필 이미지
funcoding
Instructor

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

siragma0956's profile image
siragma0956

asked

Ask a question