Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed1d5ea

Browse files
correct codemap error
1 parent 720ed5a commit ed1d5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎restaurant_names.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
count = 0
2121
for info in names:
2222
title = info.text
23-
print(title)
23+
print(str(title))
2424
count += 1
25-
file.write(title + '\n')
25+
file.write(str(title) + '\n')
2626
print(f"{count} RESTAURANTS FOUND...")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /