From cce60e102c16116525b612590efe15f19cbc4faf Mon Sep 17 00:00:00 2001 From: DollyMehra <64750496+DollyMehra@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:49:04 +0530 Subject: [PATCH] Update and rename 01-numbers.py to 01-dolly.py this is nice --- beginner_python/{01-numbers.py => 01-dolly.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename beginner_python/{01-numbers.py => 01-dolly.py} (99%) diff --git a/beginner_python/01-numbers.py b/beginner_python/01-dolly.py similarity index 99% rename from beginner_python/01-numbers.py rename to beginner_python/01-dolly.py index 67fb283..f1a96e1 100644 --- a/beginner_python/01-numbers.py +++ b/beginner_python/01-dolly.py @@ -1,4 +1,4 @@ -age = 25 +age = 20 print(age) #this is a comment