用户:_someone_查看:5 回复:3 评论:5 创建时间:2020-06-14T17:53:14
while True: x = input('>>>') if x in globals().keys(): print(globals()[x]) continue try: exec(x) except Exception as err: print(err)
点赞0
评论
沙发
顶一下,阔以给个赞吗?