diff --git a/100+ Python challenging programming exercises.txt b/100+ Python challenging programming exercises.txt index 97af5aaf..b70e1a88 100644 --- a/100+ Python challenging programming exercises.txt +++ b/100+ Python challenging programming exercises.txt @@ -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: