Update calc.py
This commit is contained in:
parent
bce0fe8fad
commit
9fcc56c314
@ -1,7 +1,7 @@
|
|||||||
# ["calc", "packages.calc", ["calc"]]
|
# ["calc", "packages.calc", ["calc"]]
|
||||||
# Made By YourNameHere
|
# Made By YourNameHere
|
||||||
|
|
||||||
def calculator(command: list):
|
def calc(command: list):
|
||||||
if len(command) != 3:
|
if len(command) != 3:
|
||||||
print("Usage: calculator [operand1] [operator] [operand2]")
|
print("Usage: calculator [operand1] [operator] [operand2]")
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user