We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2107fd3 + 30f0cc0 commit 820d8f3Copy full SHA for 820d8f3
.github/Automated GoogleSearch using Python/code.py
@@ -52,7 +52,7 @@ def main():
52
print("4. To print the Google search results obtained after searching.")
53
print("5. To exit from the code execution.")
54
55
- choice = int(input())
+ choice = int(input(''))
56
57
if choice == 1:
58
google_search_bot.set_search_count()
@@ -62,7 +62,7 @@ def main():
62
google_search_bot.perform_search()
63
elif choice == 4:
64
google_search_bot.print_search_res()
65
- elif choice == 5:
+ else choice == 5:
66
sys.exit()
67
68
print("To continue with the code execution, enter 'y' or 'n':")
0 commit comments