File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
""" Copyright© 2023-2025 LinuxUsersLinuxMint
3
3
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
4
Basic_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/Basic_Maths
6
- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5
+ Bu Yazılımın Bir Kopyası GitHub 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"""
7
7
8
8
from math import *
9
9
from pyappdevkit import *
Original file line number Diff line number Diff line change 8
8
"""Copyright© 2023-2025 LinuxUsersLinuxMint
9
9
Python Calcutator Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
10
10
Python Calcutator All Rights Reserved under the GPL(General Public License).
11
- Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator
12
- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator """
11
+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator
12
+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator """
13
13
print ("*********************************************************************" )
14
14
print ("*** Welcome to LinuxUsersLinuxMint-Calcutator 2.2 Program ***" )
15
15
print ("""*** Options: ***
Original file line number Diff line number Diff line change 2
2
""" Copyright© 2023-2025 LinuxUsersLinuxMint
3
3
PyAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
4
PyAppDevKit 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/PyAppDevKit
6
- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
5
+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6
+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
7
7
8
8
def time (number ):
9
9
while number > 0 :
Original file line number Diff line number Diff line change 2
2
""" Copyright© 2023-2025 LinuxUsersLinuxMint
3
3
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
4
Basic_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/Basic_Maths
6
- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5
+ Bu Yazılımın Bir Kopyası GitHub 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"""
7
7
8
8
from math import *
9
9
from pyappdevkit import *
Original file line number Diff line number Diff line change 8
8
""" Copyright© 2023-2025 LinuxUsersLinuxMint
9
9
LinuxUsersLinuxMint Calcutator Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
10
10
LinuxUsersLinuxMint Calcutator All Rights Reserved under the GPL(General Public License).
11
- Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator
12
- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator """
11
+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator
12
+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator """
13
13
print ("*********************************************************************" )
14
14
print ("*** LinuxUsersLinuxMint-Calcutator 2.2 Programına Hoşgeldiniz ***" )
15
15
print ("""*** Seçenekler: ***
Original file line number Diff line number Diff line change 2
2
""" Copyright© 2023-2025 LinuxUsersLinuxMint
3
3
PyAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
4
PyAppDevKit 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/PyAppDevKit
6
- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
5
+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6
+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
7
7
8
8
def time (number ):
9
9
while number > 0 :
You can’t perform that action at this time.
0 commit comments