diff --git a/TEMA1/report.md b/TEMA1/report.md index cdf087b..500d184 100644 --- a/TEMA1/report.md +++ b/TEMA1/report.md @@ -12,13 +12,9 @@ Type "help", "copyright", "credits" or "license" for more information. ```py print('Hello') - Hello - h=input('Your name=') - Your name=Egor - exit() ```