From 0d99a78043ed08501c8c86d9943aaa0df357bdfa Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Thu, 18 Aug 2022 16:38:51 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for bool() in Python under Use bool() to test for truth. I came upon this article while looking for resources to learn Python. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- pfb.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pfb.md b/pfb.md index 6a0a4ed..761594e 100755 --- a/pfb.md +++ b/pfb.md @@ -576,6 +576,7 @@ False False ``` +Note: Find out more about [bool()](https://www.scaler.com/topics/bool-in-python/). ### Logic: Control Statements