【发布时间】:2021-12-09 02:07:39
【问题描述】:
a = input('Enter something:') #e.g. input is print('Hello World')
# some function
print(a) #and then we get only `Hello World` out as we use print
我已经研究过通过 python 执行 shell 命令,但与我想做的事情无关。我需要更改为不是 python 的语言吗?有可能吗?
【问题讨论】:
标签: python python-3.x