An open API service indexing awesome lists of open source software.

https://github.com/fdauti/python_sys_os_script

Python Assignment 1
https://github.com/fdauti/python_sys_os_script

os python3

Last synced: 3 months ago
JSON representation

Python Assignment 1

Awesome Lists containing this project

README

        

The purpose of this program is to take as input data, a date of birth (in 4 specified formats), convert it in a specific format and display the result in standard output. The program will only make use of the "sys" and "os" modules. The algorithm for writing this program is provided in the algorithm.txt file

For more specifications, please go to:
https://wiki.cdot.senecacollege.ca/wiki/OPS435_Online_Assignment_1