Unit 3.3-3.4 Hacksreal one Nov 29, 2022 • 1 min read Hack 1 Sequencing: 1,2,5 Selection: 3 Iteration: 4 Hacks 2 num1 = 5 num2 = num1 * 3 num3 = num2 / num1 * (9 % 2) * 4 result = (num3 % num1 + num2) % num3 * 3 / 5 print(result) 3.0 Cross Word Puzzle Down 1) Iteration 2) Selection Across 3) Sequence Hack 4!