Compare commits

..

6 Commits

Author SHA1 Message Date
ba5462f99d first commit tea 2025-12-15 04:35:59 +05:00
81d4a6a3fc Delete main.py 2025-12-15 03:56:12 +05:00
5a7745ca3d Merge pull request '44' (#4) from alt4 into main
Reviewed-on: #4
2025-12-15 00:31:25 +05:00
4222828c0b 44 2025-12-15 00:12:17 +05:00
1b5f47887a Merge branch 'akrilikskotya-alt3' 2025-12-15 00:08:41 +05:00
364bc8c99c 123 2025-12-15 00:22:17 +05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1,4 @@
Alternative branch of repository Alternative branch of repository
123
123
444

View File

@@ -1,4 +0,0 @@
a = int(input())
b = int(input())
print(f"a + b is:{a+b}")

1
tea.py Normal file
View File

@@ -0,0 +1 @@
print("tea!")