I would like to return two values from a function in two separate variables. For example:
def select_choice(): loop = 1 row = 0 while loop == 1:
you can try this
class select_choice(): return x, y a, b = test()