강의

멘토링

로드맵

Inflearn Community Q&A

yschoi3124's profile image
yschoi3124

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

Python Installation and Development Environment Setup (3) - Writing Test Code

처음부터 그대로 따라하고있는데 콘솔창 실행이안되네요

Written on

·

198

0

def~ print ('hi')까지도 실행해보고 전체도실행해봤는데

피니쉬라고만 되고 동영상처럼 프로그램은 안뜨네요..

그전강의부터 쭉

동영상 그대로 보면서 똑같이 했는데 뭐가문제일까요?

웹-크롤링python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요. 

함수를 실행하셔야 합니다.

마지막에 printHello() 함수 호출을 실행해야 전체 소스가 실행됩니다.

감사합니다.

yschoi3124's profile image
yschoi3124

asked

Ask a question