cosmopolitan/third_party/python/Lib/hello.py

10 lines
180 B
Python
Raw Normal View History

import hashlib
# import sys
# import urllib.request
# with urllib.request.urlopen("http://justine.lol") as resp:
# sys.stdout.buffer.write(resp.read())
# print("hello world")