From cd4510ca85a351233869c1c64f82e67121a1c478 Mon Sep 17 00:00:00 2001 From: Gunasekar Date: Mon, 11 Sep 2023 07:33:48 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a40935..f82e0b2 100644 --- a/README.md +++ b/README.md @@ -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:". #### Code format: +~~~python ```python -\`\`\`python def print_prime(n): """ Print all primes between 1 and n @@ -52,8 +52,8 @@ def print_prime(n): print(primes) 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.) **Notes**