Compare commits

..

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

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!")