You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# name, place, favorite destination is taken from the user
20
+
21
+
print("\n")
22
+
print('Hello, I am '+random.choice(name)+'. '+random.choice(when) +', '+random.choice(desc) +random.choice(friend) +' who lives in '+random.choice(place) +'. We made plans to go to '+random.choice(tour)+' with '+random.choice(who)+'. Then we went to the '+random.choice(went) +' and '+random.choice(happened)+'. We '+random.choice(action)+' with '+random.choice(cartoon)+'. '+random.choice(end))
0 commit comments