Create README.md

This commit is contained in:
Andrew Trieu
2022-11-25 09:50:37 +02:00
committed by GitHub
parent d843c41382
commit 1ca0bb608d

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# Python car rental management
A simple car rental program developed for the course CT60A0203 Introduction to Programming of LUT University, Finland.
The program allows users to view, rent, and return vehicles.
Python File Operations were used.