shijithraghav / alexa_scrapping

0 stars 0 forks source link

[Question] initializing empthy/blank variable, why? #1

Closed coderhs closed 8 years ago

coderhs commented 8 years ago

Hey there,

I find that at several parts of your code you are initializing variables before hand. like

doc = ``

Is there any particular reason why you choose to do that?

shijithraghav commented 8 years ago

No particular reason for that. I was just checking the all possible scenarios, which may be occur. I modified that code.