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.
1 parent 079a73d commit 4d14956Copy full SHA for 4d14956
solve.py
@@ -1,6 +1,5 @@
1
import os # For getting the current working directory and making directories
2
import sys # For getting command line arguments
3
-from enum import Enum # For the enum class
4
from selenium import webdriver # For getting the HTML of the problem
5
import requests # For downloading images
6
from bs4 import BeautifulSoup # For parsing HTML
0 commit comments