Skip to content

skopjehacklab/programming-101-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming 101 - exercises

To copy the unsolved exercises to your computer, open a terminal and run these commands:

cd
git clone https://github.com/skopjehacklab/programming-101-exercises.git
cd programming-101-exercises/
ls

You should get a list of files and folders similar to this:

~/programming-101-exercises $ ls
0  1  2  3  README.md

Try running the first Python example:

python3 0/hello-student.py

It should print:

Hello student!

About

Bunch of unsolved exercises used in the "Programming 101" course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages