I got 'EOFError: EOF when reading a line' in the execution of my Python code. How do I fix this?

前端 未结 0 1109
轮回少年
轮回少年 2020-12-03 05:49

I\'m using Python3.8 to make a program that takes an input from the user with the help of sys.stdin. This is the code:

import sys

try:    
    f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题