Spaces:
Runtime error
Runtime error
Update Deliverable2.py
Browse files- Deliverable2.py +0 -2
Deliverable2.py
CHANGED
|
@@ -6,8 +6,6 @@ import random
|
|
| 6 |
|
| 7 |
|
| 8 |
# Instantiate the validator
|
| 9 |
-
validator = URLValidator()
|
| 10 |
-
print("Validator loaded successfully!")
|
| 11 |
|
| 12 |
class URLValidator:
|
| 13 |
def __init__(self):
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
# Instantiate the validator
|
|
|
|
|
|
|
| 9 |
|
| 10 |
class URLValidator:
|
| 11 |
def __init__(self):
|