fork download
  1. import random
  2.  
  3. tickets = [[] for i in range(22)]
  4. for i in range(14):
  5. line = input().split('/')
  6. for j in range(22):
  7. if line[j]:
  8. tickets[j].append(line[j])
  9. for users in tickets:
  10. for i in range(1000):
  11. random.shuffle(users)
  12. print(random.choice(users))
  13.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
////////////////////ositzxz369/
du67ty/////////////////////
////////////////////NotSpiralingEnough/
1M0/1M0/1M0/1M0//1M0/1M0/1M0//1M0/1M0///1M0////1M0////
////////////////QwertyVibin/////
/PBR420//PBR420//PBR420/PBR420/PBR420///PBR420/////PBR420//////
rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45/rayword45
MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins/MarcusHawkins
UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi/UnityBoi
XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX/XxNewson1234xX
TheSaxRunner05/TheSaxRunner05/TheSaxRunner05///TheSaxRunner05/TheSaxRunner05/TheSaxRunner05/TheSaxRunner05/TheSaxRunner05/TheSaxRunner05////TheSaxRunner05/////TheSaxRunner05//
//slislug///////////slislug////slislug/slislug/slislug//
Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh/Snupeh
Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield/Black_Shield
compilation info
Traceback (most recent call last):
  File "/usr/lib/python3.9/py_compile.py", line 144, in compile
    code = loader.source_to_code(source_bytes, dfile or file,
  File "<frozen importlib._bootstrap_external>", line 918, in source_to_code
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "./prog.py", line 12
    print(random.choice(users))
                               ^
IndentationError: unindent does not match any outer indentation level

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.9/py_compile.py", line 150, in compile
    raise py_exc
py_compile.PyCompileError: Sorry: IndentationError: unindent does not match any outer indentation level (prog.py, line 12)
stdout
Standard output is empty