Draw a 16×16 table of unicode symbols. Unicode starts from number 0x2600 (Hexadecimal). You can convert number to text with chr() function. You can start with different number to find
Use recursion to draw the following Sierpinski Pentagon. This project is closed related to Pentaflake Fractal. The difference is the in Pentaflake we also draw an upside down Pentaflake recursively.