How to read this input? Trying to use sys.stdin.readline()

前端 未结 0 1305
灰色年华
灰色年华 2020-11-28 13:56

Trying to use this code to read an input for an exercise but not working

import sys

def get_string():
   return sys.stdin.readlines()

inputs = get_string()
         


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