Operations What is the result of the following operations in Python? 4 / 3 4 // 3 4 * 3 4 ** 3 4 *** 3 4 % 3 Solution 1.333333 1 12 64 invalid syntax :) 1