Rees

Results 1 issues of Rees

pacman -S python && pacman -S nano //installs python & way to edit touch helloWorld.py //make python script file nano helloWorld.py //open it in text editor print("Hello World!") //actual Hello...