suriyagunasekar
commited on
Commit
·
cd4510c
1
Parent(s):
34046b0
Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,8 @@ Bob: Have you tried using a timer? It can help you stay on track and avoid distr
|
|
34 |
where the model generates the text after "Bob:".
|
35 |
|
36 |
#### Code format:
|
|
|
37 |
```python
|
38 |
-
\`\`\`python
|
39 |
def print_prime(n):
|
40 |
"""
|
41 |
Print all primes between 1 and n
|
@@ -52,8 +52,8 @@ def print_prime(n):
|
|
52 |
print(primes)
|
53 |
|
54 |
print_prime(20)
|
55 |
-
\`\`\`
|
56 |
```
|
|
|
57 |
where the model generates the text after the comments. (Note: This is a legitimate and correct use of the else statement in Python loops.)
|
58 |
|
59 |
**Notes**
|
|
|
34 |
where the model generates the text after "Bob:".
|
35 |
|
36 |
#### Code format:
|
37 |
+
~~~python
|
38 |
```python
|
|
|
39 |
def print_prime(n):
|
40 |
"""
|
41 |
Print all primes between 1 and n
|
|
|
52 |
print(primes)
|
53 |
|
54 |
print_prime(20)
|
|
|
55 |
```
|
56 |
+
~~~
|
57 |
where the model generates the text after the comments. (Note: This is a legitimate and correct use of the else statement in Python loops.)
|
58 |
|
59 |
**Notes**
|