Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Edel Philip
Philip_Arthur
Commits
d61deeb1
Commit
d61deeb1
authored
Mar 28, 2017
by
Edel Philip
Browse files
presque terminé
parent
7728248d
Changes
1
Show whitespace changes
Inline
Side-by-side
binary.py
View file @
d61deeb1
...
...
@@ -6,4 +6,6 @@ class Binary(entree):
elif
type
(
entree
)
is
list
:
pass
elif
type
(
entree
)
is
str
:
\ No newline at end of file
self
.
binary
=
entree
else
type
(
entree
)
is
hex
:
self
.
value
=
int
(
entree
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment