Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 240 Bytes

File metadata and controls

9 lines (6 loc) · 240 Bytes

introduction-to-programming

A collection of simple programming examples

birthday.py

A simple programme which takes input from the user, transforms it and prints some messages.

Can you spot some deficiencies? What could you improve?