This is the first Python project for my students.
The goal of this exercise is to learn how to create and run a basic Python script.
welcome.py: A simple script that prints a welcome message.add_to_list_end.py: Script showing different methods to add elements to the end of a list or similar structures.- Future exercises will be added later.
- Open the folder in VS Code.
- Run the following commands in the terminal:
git clone https://github.com/Programming-instructor/FirstPythonExercise.git
cd FirstPythonExercise
python welcome.py