I am on step three of the Python "splitting and joining" challenge and I've checked my code in Python Fiddle and it works fine. However, when I post the code into the challenge, it tells me "it didn't find the right series of sundaes or commas and spaces". I've tried rewriting t...
The Makefile holds hardcoded version for Python being 2.6, which must be modified to 2.7 on Ubuntu 14.04. Then the modules compile, but the resulting Python scripts wont run. How can I parametrize Make so that I can just call miccheck from anywhere and have the tests execute? Is there an...