-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying - but now worked #3
Comments
from bs4 import BeautifulSoup def get_name(body): def get_phone_number(body): def get_rating(body):
def get_rating_count(body): Get only digits
def get_address(body): Write fields first#csvwriter.writerow(dict((fn,fn) for fn in fields)) while True:
out_file.close() |
the above Code working |
Can you please provide the only code without comments and explanation |
print ("#" + str(service_count) + " " + dict_service['Name']
(service_count) += 1
shows syntax error here and bs4 module not found error
The text was updated successfully, but these errors were encountered: