Best and simple way I found do that is as following:
var = { "a": 1, "b": 2, "c": 3 } a, b, c = tuple(var.values())