DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
read bin file python
with
open
(
fileName
,
mode
=
'rb'
)
as
file
:
# b is important -> binary
fileContent
=
file
.
read
(
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#read
#bin
#file
#python
ADD COMMENT
Topic
COMMENT
Name
1+5 =
Submit