From 1ca0bb608d98b47ceb66b4eea93e134ccf5c48d5 Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Fri, 25 Nov 2022 09:50:37 +0200 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc94dbf --- /dev/null +++ b/README.md @@ -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.