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.