cryptocont23/5번문제/5번문제_데이터_수정본/data.py

7 lines
93 B
Python

import os
def file(f):
with open(f, "rb") as b:
a = b.read()
return a
content = file("")