1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 09:56:27 +02:00
piston/tests/network.py
2021-04-28 15:35:40 +12:00

8 lines
No EOL
168 B
Python

"""
Description
Accessing external resources could be potentially dangerous
"""
import urllib.request
contents = urllib.request.urlopen("https://emkc.org").read()