Magic 8-ball: Difference between revisions

m
(Added 11l)
Line 21:
‘Very doubtful’]
 
Set[String] q_and_aqs
 
L
Line 30:
V answer = random:choice(s)
 
I question C q_and_aqs
print(‘Your question has already been answered’)
E
q_and_aqs.add(question)
print(answer)</lang>
 
1,481

edits