diff --git a/Test1.py b/Test1.py
index 135b3f590c6b4ae515f2c4b74bd311a57a22d2ac..e4196798e961d01a7e8ec33e01252a6d068fd448 100644
--- a/Test1.py
+++ b/Test1.py
@@ -2,3 +2,4 @@ a=2
 b=3
 sum=a+b
 print("Sum is "+sum)
+print("Changing")