pgalve100 / Python-Learning

Python exercises for high school

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Learning

Python exercises for computer programming subject in high school. (Year 2017-18)

Exams and Exercises

You will find two folders:

  • Exercises.
  • Exams to practise.

How to use

Use an online compiler

You could use repl.it or any other online compiler.

Use your local compiler

1.- Download the script you want to execute

2.- Press Win+R

3.- Type cmd /k

4.- Then drag and drop the script to the run dialog

5.- That's all! The code is now working!

Do you want to contribute?

Do you want to add new exercises/exams or fix anything?
Fork this repository and submit your changes!
Check out our contributing guidelines.

LICENSE

MIT License

Copyright (c) 2020 Pablo Galve

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Python exercises for high school

License:MIT License


Languages

Language:Python 100.0%