Silly Math Video ================ I've found the following problem on YouTube: How do you solve 2²² × 3³³ I will not repeat all the power rules, but the answer is: 108¹¹ Wow! So, my way to solve it is as follows: 1. Start python by typing "python" in the command line. 2. Type 2**22*3**33 3. Press You'll see the result: 23316389970546096340992 Cool! Record a new YouTube video!