lis

How to use a variable across multiple functions

How to use a variable across multiple functions Question: I am trying to use two variables (i, and q) across three functions. I want to test whether i and q are valid after each input . If they are then they will be added to list and the while loop continues. If they are not …

Total answers: 2