Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nairgh/customiterators
https://github.com/nairgh/customiterators
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nairgh/customiterators
- Owner: nairgh
- Created: 2024-09-17T03:21:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T03:25:32.000Z (3 months ago)
- Last Synced: 2024-09-17T06:44:51.741Z (3 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
Function to calculate power of a number creating Custom Iterators
eg NumberPower(10) return =>
1
2
4
8
16
32
64
128
256
512
1024