Compare commits

..

No commits in common. "3868df63a30bb5a7708cefaaf311a7734c8f2cf5" and "cf7f0fc77c0706fe749b4029a1cba224f20c2483" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
l = "Hello World!!!!!!"
k = "How are you"
l = "Hello World!"
k = "How are you???"
n = l+k
print(n)