79360216

Date: 2025-01-16 02:36:38
Score: 1.5
Natty:
Report link

You can do:

hstack = sum(zip(*data.values()), ())

This way, you don't need to specify each list. the star operator gets all of the values and pushes it as parameters into zip().

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tinyfold