1. fizz buzz 2. write a program that prints all the permutation of a list. 3. to write a program that simulate a tic tac toe.
Sigiloso
1. you can find lots of information in the web for fizz buzz. 2. the idea is make a loop the the list, to make a pivot element, and recursively go through the list without the pivot element.