Linux终端下直接运行.py文件

先写一个hello.py文件

print("Hello, world!")

在终端运行hello.py

python3 /home/test/hello.py

这里的/home/test是hello.py所在的文件路径

你可能感兴趣的:(python,python)