Programs Based on Python Functions
1. Write a function to find the sum of digits of a number.
2. Write a function to reverse a number.
3. Write a function to check whether a number is prime or not.
4. Write a function to count vowels in a given string.
5. Write a function to print Fibonacci series up to n terms.