Untitled
1 year ago in Python
online = '''
'''
print (''.join(['[quote="{}"][/quote]'.format(name) for name in online.split(", ")]))