max_Num = min_Num = int(input("Enter a number (or 0 to stop): ")) # initial: Sets all variables into what number you pressed first then proceed to 6th line ans = int ...
I want to use the python environment with a RedPitaya to change the num_average_min without the web app running. If the web app is running at the same time, I can control it with python commands. But ...