- Write a function that returns the sum from 1 to n given n.
- Write a function to determine if a string is a palindrome
- Write a function that rolls a pair of dice randomly
- Write a function that counts the number of words in a string
- Write a function that prints out a times table to help an elementary student study
- Write a function that validates a phone number given some validation rules
- Given coordinates of two rectangles determine if they overlap
- Given two lists return the intersection of the lists (i.e. a new list with elements that are present in both lists.
- Write a program that will generate the kth fibonacci number
- Write a program that takes a number and prints out the number spelled out, i.e. 1024 -> One thousand two hundred twenty four