diff --git a/Monty_Hall_Problem/montyhall.py b/Monty_Hall_Problem/montyhall.py index ec3137d..f5a04a6 100644 --- a/Monty_Hall_Problem/montyhall.py +++ b/Monty_Hall_Problem/montyhall.py @@ -1,5 +1,5 @@ import random -from random import seed, randint +from random import seed, randint import numpy def game(winningdoor, selecteddoor, change=False): diff --git a/Website Checker/web.py b/Website Checker/web.py index dc19d31..8bafa88 100644 --- a/Website Checker/web.py +++ b/Website Checker/web.py @@ -6,4 +6,4 @@ if request.status_code == 200: print('Web site exists') except: - print("Website does not exists") + print("Website does not exists, enter the correct url")