Output of interactive python to shell variable

前端 未结 0 683
故里飘歌
故里飘歌 2021-01-07 08:58

There is an interactive python script something like

def myfunc():
    print("enter value between 1 to 10")
    i=int(input())
    if(i<1 or i>         


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