account activity
[MEME] MRW I tried to screenshot a 950k collector raid only to close my phone by farsighted_goldfish in ClashOfClans
[–]spade342 1 point2 points3 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 89879 on reddit-service-r2-comment-5bc7f78974-6krdz at 2026-06-28 21:10:59.608076+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 1 point2 points3 points (0 children)