diff --git a/Basic_Maths/lib_ver_info.py b/Basic_Maths/lib_ver_info.py index dec01e2..6ab1289 100644 --- a/Basic_Maths/lib_ver_info.py +++ b/Basic_Maths/lib_ver_info.py @@ -9,9 +9,9 @@ PYTHON_LIB_LICENCE="GPL2" PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement" PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/en/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/en/linuxuserslinuxmintwebsiteagreement.html" -PYTHON_LIB_VER="5.0" +PYTHON_LIB_VER="5.1" PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS" PYTHON_LIB_RELEASE_DATE="9/30/2023, Time: XX:XX" -PYTHON_LIB_LAST_UPDATE_DATE="10/26/2024, Time: 16:05 / 4:05 PM" +PYTHON_LIB_LAST_UPDATE_DATE="11/16/2024, Time: 18:56 / 6:56 PM" PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint" PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io" \ No newline at end of file diff --git a/basic_maths_calc.py b/basic_maths_calc.py index 1bb3a46..bf2c462 100644 --- a/basic_maths_calc.py +++ b/basic_maths_calc.py @@ -8,4 +8,6 @@ LibAbout() all_math_operations("Select Operations: ","1. Addition","2. Extraction","3. Multiplication","4. Division","5. Percentage","6. FullDivision","7. TakingExponents","8. TakingRoots","9. SquareRoot","Select a transaction?: ","Enter the 1st number: ","Enter the 2nd number: ","Result:","Numbers cannot be zero in division!","Invalid Process!","1","add","addition","Addition","Toplama","2","ext","extraction","Extraction","Çıkarma","3","mul","multiplication","Multiplication","Çarpma","4","div","division","Division","Bölme","5","per","percentage","Percentage","Yüzdelik hesaplama","6","fulldiv","fulldivision","FullDivision","Tam bölüm","7","takingexp","takingexponents","TakingExponents","Üslü sayı alma","8","takingrt","takingroots","TakingRoots","Kök Alma","9","sqrt","squareroot","SquareRoot","Karekök") -error_msg("error msg [TEST_FUNCTION]") \ No newline at end of file +error_msg("error msg [TEST_FUNCTION]") + +exit_program_time(10) \ No newline at end of file