https://github.com/codersales/learning-python
https://github.com/codersales/learning-python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersales/learning-python
- Owner: CoderSales
- Created: 2021-08-14T12:59:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T01:14:54.000Z (over 4 years ago)
- Last Synced: 2025-05-30T16:53:48.407Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-python
## main py
- This file deals with the range() method
- Expected output: 1-5
- Actual output: 1-4
- out by one error
- [pythontutor link](http://pythontutor.com/composingprograms.html#mode=display)