From f71e9711472824429722392d81b06ab47fc2f133 Mon Sep 17 00:00:00 2001 From: timotsujhb024 Date: Mon, 27 Oct 2025 09:08:44 +0200 Subject: [PATCH] test --- __pycache__/main.cpython-310.pyc | Bin 930 -> 939 bytes __pycache__/test_main.cpython-310.pyc | Bin 1929 -> 1929 bytes main.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__pycache__/main.cpython-310.pyc b/__pycache__/main.cpython-310.pyc index 5cfc244fa443a594142948d64e4d296566ad4214..de42d5f519d35c9df688e8a716256fe17ff64ec3 100644 GIT binary patch delta 429 zcmZ3)zM7pkpO=@50SF?c{%81412W}X{Z3y9zc5`LQOU{8ZxeTz9WucU|@D13`0C$qSuh!3U= j$=P5VAilTB%}*)KNwotB6@y}hgOig(l#ic}M~DXizj;xS delta 351 zcmZ3@zKESSpO=@50SMlR{?Blq$Xhhogi&PTbW?S|l?<9pw-^&|F(wr;0p-EOFBSca z{M=Oi@{(lz+|<01{Gy4UR5?F`*^Dx!20sw8O2d@AC delta 31 lcmeC=@8svo=jG*M0D|=b8@c{4vgM}cmE;#~=3%O31psvc2qORh diff --git a/main.py b/main.py index 6f44d12..f42b1c6 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ def add_numbers(a, b): Accepts two numbers and returns their sum. """ # Your code here - pass + return a + b # Exercise 2: FizzBuzz