Created
April 18, 2015 16:30
-
-
Save Baekjoon/b11bc7d4d41197c7b69c to your computer and use it in GitHub Desktop.
sognag seat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from bs4 import BeautifulSoup | |
soup = BeautifulSoup(open('seat.html')) | |
print soup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment