We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fe90f commit 2cfa043Copy full SHA for 2cfa043
README.md
@@ -3,4 +3,4 @@
3
- A program to generate random numbers b/w 0 to 10 using time
4
- it uses python's in-built module ```datetime```
5
- and an equation which returns a value from 0 to 10 for any given integer
6
- ``` any num * 8 % = any num b/w o to 10```
+ ``` any num * 8 % 11 = any num b/w o to 10```
0 commit comments