Update project 15.py

main^2
Elizaveta Ivanova 2024-01-15 08:49:11 +00:00
parent f654b79ed2
commit cf7f0fc77c
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)