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)
