Compare commits

...

2 Commits

Author SHA1 Message Date
Elizaveta Ivanova 3868df63a3 Merge branch 'main' of https://gitea.rkg.lv/eivanova/15.01.2024 2024-01-15 10:51:11 +02:00
Elizaveta Ivanova 8439d2a4ec Third commit 2024-01-15 10:49:28 +02:00
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)