Skip to content

Commit 8df4f32

Browse files
committed
modified variable.py
1 parent d9fe7c8 commit 8df4f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
var = 'Hello! World.'
1+
var = 'Hello World!!'
22
print(var)
33

4-
var1 = "Hello! World.'
4+
var1 = "Open Source"
55
print(var1)
66

77
var2 = 'this is python'

0 commit comments

Comments
 (0)