Update calc.py

This commit is contained in:
OusmBlueNinja 2023-09-21 18:50:17 -05:00 committed by GitHub
parent bce0fe8fad
commit 9fcc56c314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# ["calc", "packages.calc", ["calc"]]
# Made By YourNameHere
def calculator(command: list):
def calc(command: list):
if len(command) != 3:
print("Usage: calculator [operand1] [operator] [operand2]")
return