response = str()
for x in range(0,11):
    response += str(x) + ','
