Question
PA06 Pocket Calculator The goal of this assignment is to successfully solve the provided task by using: • global variables... You will need to use these in your submitted file • if, elif, else ... conditional statements • <, >, <=, >=, ==, and, or, not ... one or more boolean logic comparators • type casting • +, * ..