From f21b8ecdf5bd68b7e2d348d392678fb335003ce8 Mon Sep 17 00:00:00 2001 From: Manan Shah <85672116+Manan1234-ctrl@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:28:23 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f53cdf8f..43c8ed64 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ code examples with explanations, different use cases and links to further readin > _Read this in:_ [_Português_](README.pt-BR.md), [_Español_](README.es-ES.md), [_Traditional Chinese_](README.zh-TW.md). -It is a **playground** because you may change or add the code to see how it works +It is a playground because you may change or add the code to see how it works and [test it out](#testing-the-code) using assertions. It also allows you to [lint the code](#linting-the-code) you've wrote and check if it fits to Python code style guide. Altogether it might make your learning process to be more interactive and it might help you to keep