Update README.md

This commit is contained in:
Gunasekar 2023-09-11 07:33:48 +00:00 committed by huggingface-web
parent 34046b03b7
commit cd4510ca85

@ -34,8 +34,8 @@ Bob: Have you tried using a timer? It can help you stay on track and avoid distr
where the model generates the text after "Bob:". where the model generates the text after "Bob:".
#### Code format: #### Code format:
~~~python
```python ```python
\`\`\`python
def print_prime(n): def print_prime(n):
""" """
Print all primes between 1 and n Print all primes between 1 and n
@ -52,8 +52,8 @@ def print_prime(n):
print(primes) print(primes)
print_prime(20) print_prime(20)
\`\`\`
``` ```
~~~
where the model generates the text after the comments. (Note: This is a legitimate and correct use of the else statement in Python loops.) where the model generates the text after the comments. (Note: This is a legitimate and correct use of the else statement in Python loops.)
**Notes** **Notes**