from functorflow import f
arr = [['1','2','3','4'],['a','b','c','d']]
r = f('stringify-csv', arr)
print(r)
For further actions, you may consider blocking this person and/or reporting abuse
from functorflow import f
arr = [['1','2','3','4'],['a','b','c','d']]
r = f('stringify-csv', arr)
print(r)
For further actions, you may consider blocking this person and/or reporting abuse
Guillaume VINET -
Digvijay Singh Rajput -
Dhanush -
beretests -
Top comments (0)