fork download
  1. image_text="""Which team surrendered
  2. the biggest lead in Super
  3. Bowl history?
  4.  
  5. Atlanta Falcons
  6.  
  7. Denver Broncos
  8.  
  9. Buffalo Bills"""
  10.  
  11. image_text.split('?')
  12. q = image_text[0]
  13. a = [a for a in image_text[1].split('\n') if a]
  14. print(q)
  15. print(a)
Success #stdin #stdout 0.02s 6792KB
stdin
Standard input is empty
stdout
W
['h']