diff --git a/t02_simultaneouslinearequations.py b/t02_simultaneouslinearequations.py index 968bfe1..20215ee 100644 --- a/t02_simultaneouslinearequations.py +++ b/t02_simultaneouslinearequations.py @@ -1,3 +1,3 @@ # Find x and y with these two equations: -# 3x + 4y = 24 +# 3x + 4y = 24 # 4x + 3y = 22