Skip to content

Commit 1c15757

Browse files
authored
Update current_stock_price.py
1 parent 21381f3 commit 1c15757

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_programming/current_stock_price.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from doctest import testmod
21
import requests
32
from bs4 import BeautifulSoup
4-
3+
from doctest import testmod
54
"""
65
Get the HTML code of finance yahoo and select the current qsp-price
76
Current AAPL stock price is 228.43

0 commit comments

Comments
 (0)