From 2c90cce284eb3baaeba25bb6bb5fa573c7fe0d54 Mon Sep 17 00:00:00 2001 From: megannnnn2508 <53029797+megannnnn2508@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:52:18 +0800 Subject: [PATCH] Update t02_simultaneouslinearequations.py --- t02_simultaneouslinearequations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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