HawnGeek / python-os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python OS

In this module we'll explore some of the common features in Python for working with the Operating System.

Instructions

  1. Clone this repository from your personal Github account:
    • Copy the HTTPS or SSH address on the page.
    • Run the command $ git clone [SSH or HTTP address] in your terminal to clone this repository into your DevLeague folder in your computer (you don't need to type the "$"; this is the command prompt, and is used to signify your terminal is ready for commands).
  2. From your terminal navigate to your DevLeague folder and into the python-os assignment:
    • $ cd DevLeague
    • $ ls
    • cd python-os
  3. Open the python-os assignment in text editor and write your code in the exercises.py file.
  4. Run python in your terminal to test your code:
    • $ cd python-os
    • python exercises.py (don't forget to print your work)

About


Languages

Language:Python 100.0%