715
edits
Changes
→Exercises
= Exercises =
Make sure git is installed on the system before you proceed.
<pre>
sudo yum -y install git
</pre>
Make sure you are in your home directory on c7host, and clone the github repo that contains templates for all the Python scripts you need this semester.
<pre>
git clone https://github.com/ops245/python
</pre>
These are a suggested order. You can do these exercises in any order, and change them in any way you like.