Practical 01

Synopsis

Practical 1 of Fundamentals of Programming COMP1005/5005

Contents

README - readme file for Practical 1 hello.py - Print out greetings in various languages numbers1.py - Read in number and echo the number and its type to screen numbers2.py - Read in ten numbers and give sum of numbers numbers3.py - Read in a list of numbers (negative to exit) and give the sum of the numbers growth.py - simulation of unconstrained growth

Dependencies

none

Version information

<today’s date> - initial version of Practical 1 programs