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
- Host: GitHub
- URL: https://github.com/fdauti/python_sys_os_script
- Owner: fdauti
- License: mit
- Created: 2021-02-14T19:02:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T23:48:11.000Z (9 months ago)
- Last Synced: 2025-02-28T17:17:30.556Z (3 months ago)
- Topics: os, python3
- Language: Python
- Homepage:
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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