diff --git a/test.py b/test.py
index 529a1f0250ca18e9c1ebbe54d4ec4fa329a52107..b9e6c5324cc032f6b3ac1019687aad7295f9d082 100644
--- a/test.py
+++ b/test.py
@@ -1,3 +1,4 @@
 a= 5 
 b = 6 
-print(a+b)
\ No newline at end of file
+c= a+b
+print(c)
\ No newline at end of file