diff --git a/async_downloader/requirements.txt b/async_downloader/requirements.txt index 8e9fbabcce6..00305eae2ff 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==3.12.14 +aiohttp==3.12.15 diff --git a/calci.py b/calci.py new file mode 100644 index 00000000000..e147d3d4269 --- /dev/null +++ b/calci.py @@ -0,0 +1,4 @@ +a = int(input("enter first value")) +b = int(input("enter second value")) +add = a+b +print(add) \ No newline at end of file diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index 0d5f2b60130..432b79f789d 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -1,5 +1,5 @@ pafy==0.5.5 -aiohttp==3.12.14 +aiohttp==3.12.15 fuzzywuzzy==0.18.0 hupper==1.12.1 seaborn==0.13.2