This repository contains my solutionsto problem set-pands 2019 for the module Programming and Scripting at GMIT . Python programs
- Go to GitHub.
- Go to my repository: GitHub
- Click the
Code
button which is colored green. - Click on HTTPS and copy the link that is shown.
- Open the command line on your machine, navigate to the directory where you would like to clone the repository down to.
- Enter the command: git clone followed by the URL of the repository.
- The repository will be cloned down to your current working directory.
- You will need to navigate to each folder location on the command line in order to run the program.
Make sure you have python 3 installed.
- p1.py contains my solution to problem 1 sumupto.py in the problem set
- p2.py contains my solution to problem 2 Begins-with-t.py in the problem set
- p3.py contains my solution to problem 3 divisors.py in the problem set
- p4.py contains my solution to problem 4 collatz.py in the problem set
- p5.py contains my solution to problem 5 primes.py in the problem set
- p6.py contains my solution to problem 6 second string.pyin the problem set
- p7.py contains my solution to problem 7 squareroot.py in the problem set
- p8.py contains my solution to problem 8 datetime.py in the problem set
- p9.py contains my solution to problem 9 second.py moby-dick.txt in the problem set. Also moby.txt contains the text format of MobyDick to run the program
- p10.py contains my solution to problem 10 exponents.py in the problem set