Replying to Avatar simulx

what_I_do = ['things I tell my parents', 'things I tell my friends', 'things I tell strangers online']

for i in range(len(what_I_do)):

what_I_do[i] = what_I_do[i].replace('things I tell', 'Time spent learning from')

for item in what_I_do:

print(item)

Reply to this note

Please Login to reply.

Discussion

No replies yet.