Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlover101 authored Mar 1, 2022
1 parent 05b405a commit 8cf3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqsolvcarlover101/equation/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def __init__(self):
os.system("cls")
else:
os.system("clear")
print("The commands are: \neqsolvcarlover101.quadsolve() - For quadratic equations. \neqsolvcarlover101.slopeint() - For slope-intercept equations. \neqsolvcarlover101.midpoint() - For finding the midpoint of two points. \neqsolvcarlover101.help() - Brings up the help page.")
print("The commands are: \neqsolvcarlover101.quadsolve() - For quadratic equations. \neqsolvcarlover101.slopeint() - For slope-intercept equations. \neqsolvcarlover101.midpoint() - For finding the midpoint of two points. \neqsolvcarlover101.perpint() - Takes a slope and an intersection point and returns the slope-intercept equation of the perpendicular line. \neqsolvcarlover101.help() - Brings up the help page.")

0 comments on commit 8cf3cb8

Please sign in to comment.