Turns a list into a string

PHOTO EMBED

Thu Mar 24 2022 20:24:15 GMT+0000 (Coordinated Universal Time)

Saved by @Simon #python #variable

def listtostr(list,strvar):
  for x in list:
    stvar=strvar+=x
content_copyCOPY