task8: python3 task8.py test8: @printf "" | python3 task8.py @printf "Answer: \n" task10: python3 task10.py test10: @printf "" | python3 task10.py @printf "Answer: \n" task11: python3 task11.py test11: @printf "" | python3 task11.py @printf "Answer: \n" clean: rm -f *.zip archive: clean zip archive.zip *.py