Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 100+ Python challenging programming exercises.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Write a program which accepts a sequence of comma separated 4 digit binary numbe
Example:
0100,0011,1010,1001
Then the output should be:
1010
0100,1010
Notes: Assume the data is input by console.

Hints:
Expand Down