From 2b17afd80e336a1c06a050759bc3e963c34b4207 Mon Sep 17 00:00:00 2001 From: SHRIKANT ASHOK DANDGE <69064261+SHRISHRIKANT@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:27:33 +0530 Subject: [PATCH] Update strings.py --- strings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/strings.py b/strings.py index 97d1ccc..55fa502 100644 --- a/strings.py +++ b/strings.py @@ -61,3 +61,4 @@ print(str1.lstrip()) #strips all leading whitespace print(number_string.isdigit()) #returns true if all digits print(str1.replace('cookie', 'face', 1)) #terrifying +print(len(str1)) #length of string