This website requires JavaScript.
Explore
Help
Sign In
morgan
/
cryptocont23
Watch
1
Star
0
Fork
You've already forked cryptocont23
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b131b63565
cryptocont23
/
5번문제
/
5번문제_데이터_수정본
/
data.py
7 lines
93 B
Python
Raw
Blame
History
import
os
def
file
(
f
)
:
with
open
(
f
,
"
rb
"
)
as
b
:
a
=
b
.
read
(
)
return
a
content
=
file
(
"
"
)
Reference in New Issue
View Git Blame
Copy Permalink