[closed] Homework 3.6 : Where Am I worng?

In the crawl_web procedure, What I am did is counting the no of pages after every append(page).

And checking a while if my count <=max_pages.

But I am getting , to refresh error.

Please Help.

asked 13 Mar '12, 13:34

Estilo's gravatar image

Estilo
15151026
accept rate: 0%

closed 13 Mar '12, 13:58

It's going to be tough to help or critique your code without any code. Can you post your procedure? I'm still unsure of what is considered "too much" help but without code it's tough to say what the issue is.

(13 Mar '12, 13:50) David Smith David%20Smith's gravatar image

while tocrawl == True & i<=max_pages:
.......
.....
....
crawled.append(page)
i=i+1
return crawled

(13 Mar '12, 13:53) Estilo Estilo's gravatar image

The question has been closed for the following reason "The question is answered, right answer was accepted" by Estilo 13 Mar '12, 13:58


One Answer:

Thankya

everyone

link

answered 13 Mar '12, 13:57

Estilo's gravatar image

Estilo
15151026

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15,239
×1,718
×164
×27

Asked: 13 Mar '12, 13:34

Seen: 213 times

Last updated: 13 Mar '12, 13:58