[~] Refactor
This commit is contained in:
parent
46a1c2d208
commit
1f48b5b421
@ -0,0 +1,6 @@
|
|||||||
|
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
|
||||||
|
pprint.pprint(t1)
|
Loading…
Reference in New Issue
Block a user