OpenGuide / Python-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple Python codes here , and whats more interesting is that you can even Contribute !!!
MIT License
30 stars 69 forks source link

Added a file called subtract.py, which demonstrates the minus (-) ope… #125

Open mikejgurch opened 4 years ago

mikejgurch commented 4 years ago

…rator in Python.

Sample program that demonstrates the minus operator (-) in Python.