This repository contains student solutions to the exercise requirements specified in the Programming in Python - An Introduction - Kanban Board. The Kanban Board provides configuration guidelines and ...
Ask the user to enter a positive integer. Use a loop to calculate the factorial. Return and print the result. Goal: Write a function that takes an integer and returns the sum of its digits.