From a6c68c555e572d32da2502848931a638c3d76426 Mon Sep 17 00:00:00 2001
From: patraabinash29 <63745266+patraabinash29@users.noreply.github.com>
Date: Wed, 13 Oct 2021 13:18:52 +0530
Subject: [PATCH] Update 2-screw-things-up.py

---
 ch03-first-python-program/2-screw-things-up.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ch03-first-python-program/2-screw-things-up.py b/ch03-first-python-program/2-screw-things-up.py
index ba0b1c8..02364b3 100755
--- a/ch03-first-python-program/2-screw-things-up.py
+++ b/ch03-first-python-program/2-screw-things-up.py
@@ -24,3 +24,5 @@
 #
 # my_string = "hello"
 # print(my_string)
+print("hello") # if it is a string and we need to print whatever inside the "" .
+print(hello)    # If hello is a variable and we need to print the value that contained in the variable