Skip to content

Programming-instructor/FirstPythonExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome Project

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.


What’s Inside

  • 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.

How to Run

  1. Open the folder in VS Code.
  2. Run the following commands in the terminal:
git clone https://github.com/Programming-instructor/FirstPythonExercise.git
cd FirstPythonExercise
python welcome.py

About

Welcome project for beginner Python students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages