diff --git a/Test1.py b/Test1.py index f65fd7d0519fe170abcfa0f15f3f8231cf2979b0..8f04b672f4dc7c15cc9da316e786b5340d7b3b42 100644 --- a/Test1.py +++ b/Test1.py @@ -3,4 +3,5 @@ b=3 sum=a+b print("Sum is "+sum) print("Changing") -print("Succesful") +print("Changing part two") +print("Changing part three")