Compare commits

..

4 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
3 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
Alternative branch of repository Alternative branch of repository
123 123
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!")