Posts by user98305 • 1 point
1 post
-
0
votes3
answers107
viewsA: Python - Variable problem
Try this way: def fcfscheck(): global fcfs fcfs = not fcfs It is necessary to indicate in the function that you want to modify the global variable.
python-3.xanswered user98305 1