Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit 1679088

Browse files
committed
Updated language syntax indicator
1 parent 541bb77 commit 1679088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Random nubmers can be used to do countdowns or other things that are needed.
4747
To get a random number, you have to import the randomint class from the random library
4848
by adding
4949

50-
```
50+
```python
5151
from random import randint
5252
```
5353

5454
to the top of your Python script.
5555

5656
Then you can set the random integer to a variable by doing
5757

58-
```
58+
```python
5959
myNumber = randint(5,60)
6060
```
6161

0 commit comments

Comments
 (0)