79285387

Date: 2024-12-16 16:37:10
Score: 1.5
Natty:
Report link

You accomplish this by using list comprehention and .join string method:

result = [' '.join([tup[0],tup[1]]) for tup in test_1]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Leoman Momoh