File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/python3
2- """Copyright© 2023-2024 LinuxUsersLinuxMint
2+ """ Copyright© 2023-2024 LinuxUsersLinuxMint
33Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44Basic_Maths All Rights Reserved under the GPL(General Public License).
5- Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
6- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint """
5+ Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+ A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths """
77
88global result
99
1010PYTHON_LIB_NAME = "Basic_Maths"
1111PYTHON_LIB_LICENCE = "GPL2"
12- PYTHON_LIB_VER = "2.1_installbatnotification "
12+ PYTHON_LIB_VER = "2.2 "
1313PYTHON_LIB_AUTHOR = "LinuxUsersLinuxMint"
1414
1515# Math functions
You can’t perform that action at this time.
0 commit comments