79134610

Date: 2024-10-28 18:09:47
Score: 0.5
Natty:
Report link

Best and simple way I found do that is as following:

var = { "a": 1, "b": 2, "c": 3 }

a, b, c = tuple(var.values())

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Marcos Silva