fork download
  1. #!/usr/bin/env python3
  2.  
  3. if __name__ == '__main__':
  4. [print(j) for j in [input() for i in 5 * [print("5人の得点を入力してください")]]]
  5.  
Runtime error #stdin #stdout #stderr 0.15s 23764KB
stdin
Standard input is empty
stdout
5人の得点を入力してください
stderr
Traceback (most recent call last):
  File "./prog.py", line 4, in <module>
  File "./prog.py", line 4, in <listcomp>
EOFError: EOF when reading a line