[~] Refactor
This commit is contained in:
parent
1f48b5b421
commit
6c92271289
@ -1,6 +1,10 @@
|
||||
import pprint
|
||||
import requests
|
||||
|
||||
|
||||
def kernel_1_sample_scrap():
|
||||
with requests.get(
|
||||
'https://dev.to/kunaal438/media-query-everything-you-need-for-responsive-design-b8g',
|
||||
) as p:
|
||||
t1 = p.content
|
||||
t1 = p.content.decode('utf-8')
|
||||
pprint.pprint(t1)
|
||||
|
Loading…
Reference in New Issue
Block a user