## Code submission instructions: git clone https://github.com/feoh/bitesofpy cd bitesofpy mkdir 152 cd 152 # move the exercise files from the downloaded zipfile into this directory # code your solution, make sure pytest is happy :) # if so push your code to Github: git add . git commit -m "submission Bite 152 @ codechalleng.es" git push # in order to submit your code head over to https://codechalleng.es/bites/152 # and hit "Save and Run Tests" using the "Pull your code from the GH repo" checkbox # (make sure we asserted the path of your code file!) # Keep calm and code in Python!