Skip to content

Commit c3afe69

Browse files
Initial commit
1 parent 5651b7b commit c3afe69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

EN/calc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"
77

88
command=input('calc> ')
9-
about= "Python Calcutator CLI(Command Line Interface) LICENCE=GPL"
9+
about= "Python Calcutator CLI(Command Line Interface) LICENCE=GPL2"
1010
if command=="calc":
1111
print("calc> Transactions You Can Enter: ")
1212
print("collect\nExtraction\n\Impact\nDivide\nPercentage\nabout")

INSTALL/EN/calc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"
77

88
command=input('calc> ')
9-
about= "Python Calcutator CLI(Command Line Interface) LICENCE=GPL"
9+
about= "Python Calcutator CLI(Command Line Interface) LICENCE=GPL2"
1010
if command=="calc":
1111
print("calc> Transactions You Can Enter: ")
1212
print("collect\nExtraction\n\Impact\nDivide\nPercentage\nabout")

INSTALL/TR/calc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"
77

88
command=input('calc> ')
9-
about= "Python Hesap Makinesi CLI(Command Line Interface / Komut Satırı Arayüzü) LICENCE=GPL"
9+
about= "Python Hesap Makinesi CLI(Command Line Interface / Komut Satırı Arayüzü) LICENCE=GPL2"
1010
if command=="calc":
1111
print("calc> Girebileceğiniz işlemler: ")
1212
print("top\ncık\n\carp\nbol\nyuzde\nabout")

TR/calc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"
77

88
command=input('calc> ')
9-
about= "Python Hesap Makinesi CLI(Command Line Interface / Komut Satırı Arayüzü) LICENCE=GPL"
9+
about= "Python Hesap Makinesi CLI(Command Line Interface / Komut Satırı Arayüzü) LICENCE=GPL2"
1010
if command=="calc":
1111
print("calc> Girebileceğiniz işlemler: ")
1212
print("top\ncık\n\carp\nbol\nyuzde\nabout")

0 commit comments

Comments
 (0)