Python – Easiest way to define multiple global variables December 21, 2023 by Tarik You could just unpack the variables: global x, y, z x, y, z = 4, 5, 6