๐ฅ Action-Oriented-Programming ยง = defining how a program should do something โ serial execution ๐ Example: ยง def action_oriented_fun(): x = 0 y = 1 z = x + y goal_oriented_fun()