First:creat a file, named it to *** .py

and save these code in it, then saved

#!/usr/bin/python3
 
print("Hello, World!")

OK!

open a terminal, typing:

python3 *** .py

you will see this:

Hello, World!

本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!

how to completely uninstall docker Previous
fix-npm-install Next