We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0743c73 commit 4dd7a65Copy full SHA for 4dd7a65
website_status_check/website_status_check.py
@@ -14,4 +14,4 @@ def check_url(url):
14
return "Website not found!"
15
16
url=input("Please enter a website, inclusive of 'http://' > ")
17
-print(check_url(url))
+print check_url(url)
0 commit comments