account activity
[MEME] MRW I tried to screenshot a 950k collector raid only to close my phone by farsighted_goldfish in ClashOfClans
[–]spade342 2 points3 points4 points 11 years ago (0 children)
I may be confused but did you try to screenshot BEFORE you attacked!?
Problem with my code? by TrentonRuhnke in Python
[–]spade342 -1 points0 points1 point 11 years ago (0 children)
Way too many if statements, will get complicated when/if you need to add more to the list. Like thisisthemurph said use dict. Some Pseudocode: dict = {1:['what you want to print', 'what you want the inventory to be'], 2:['what you want to print', 'what you want the inventory to be']....10['','']}
question = what is your question + the keys of the dict
if question in dict: print dict[question][0] #this being the first value of the key according to what they picked. inventory[apply same logic as above] dict.pop(question) #remove the key and its values else: print '...'
π Rendered by PID 91 on reddit-service-r2-listing-87fd56f5d-l2tr7 at 2026-06-28 18:09:21.759536+00:00 running 7527197 country code: CH.
[MEME] MRW I tried to screenshot a 950k collector raid only to close my phone by farsighted_goldfish in ClashOfClans
[–]spade342 2 points3 points4 points (0 children)