You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GMIT Data Analytics Assesments -- PROGRAMMING AND SCRIPTING
Exercise
File
Description
Exerc-1&2
fib.py
Week 1 & 2 assignment - Code that returns the fibonacci number for the first and last characters of your firstname and that calculate unicode number for first and last characters in the given surname
Exerc-3
collatz.py
Week 3 assignment - Script to test the Collatz conjecture.
Exerc-4
euler5.py
Week 5 assignment - Create a python program to calculate the smallest number evenly devisable by 1 to 20.
Exerc-5
iris.csv
Week 6 assignment - csv file containing the Iris data for exercise 5.
Exerc-5
openfile.py
Week 6 assignment - read the data from iris.csv and print the values formatted.
Exerc-6
factorial.py
Week 7 assignment - factorials of 5, 7 and 9 in a function called factorial.