python,用__import__()怎么写语句“from sys import stdin”?

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/15 09:21:38
python,用__import__()怎么写语句“from sys import stdin”?
x)+,y>eE||fnA~QI|泆';;|~*W+@)d=jkoTOS l'=ٽeޗSf>զĪ]|Vˋ3XU_ d&ly6cEv-tjļg Ov/}kʋK.I-Er:JuMX-H LIQ $ف

python,用__import__()怎么写语句“from sys import stdin”?
python,用__import__()怎么写语句“from sys import stdin”?

python,用__import__()怎么写语句“from sys import stdin”?
他们都错了.
from sys import stdin之后你的这个scope的dict里是增加了stdin啊.
所以应该是:
temp=__import__('sys')
stdin=temp.stdin
del temp