You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code-ch05/answers.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
# tag::exercise1[]
77
77
==== Exercise 1
78
78
79
-
Write the version parsing part of the `parse` method that we've defined. To do this properly, you'll have to convert 4 bytes into a Little-Endian integer.
79
+
Write the version parsing part of the `parse` method that we've defined. To do this properly, you'll have to convert 4 bytes into a little-endian integer.
0 commit comments