Skip to content

Commit 14bafd7

Browse files
Add files via upload
1 parent 2c7cc77 commit 14bafd7

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

EN/calc.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit")
37+
print("\n Command: calc , about , help , exit , git-address , web-site")
38+
if command=="git-address":
39+
print("Github Link: https://github.com/LinuxUsersLinuxMint")
40+
if command=="web-site":
41+
print("linuxuserslinuxmint.github.io")

INSTALL/EN/calc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ if command=="exit":
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit")
37+
print("\n Command: calc , about , help , exit , git-address , web-site")
38+
if command=="git-address":
39+
print("Github Link: https://github.com/LinuxUsersLinuxMint")
40+
if command=="web-site":
41+
print("linuxuserslinuxmint.github.io")

INSTALL/TR/calc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ if command=="exit":
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit")
37+
print("\n Command: calc , about , help , exit , git-address , web-site")
38+
if command=="git-address":
39+
print("Github Link: https://github.com/LinuxUsersLinuxMint")
40+
if command=="web-site":
41+
print("linuxuserslinuxmint.github.io")

TR/calc.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit")
37+
print("\n Command: calc , about , help , exit , git-address , web-site")
38+
if command=="git-address":
39+
print("Github Link: https://github.com/LinuxUsersLinuxMint")
40+
if command=="web-site":
41+
print("linuxuserslinuxmint.github.io")

0 commit comments

Comments
 (0)