From 3009343ab37fcda241f64d4a10ec265ea80b2436 Mon Sep 17 00:00:00 2001 From: Vernad1 Date: Thu, 19 Oct 2023 18:39:51 +0000 Subject: [PATCH] G-06: README change for practice --- docs/README.md | 2 +- docs/README.md.save | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/README.md.save diff --git a/docs/README.md b/docs/README.md index 0a951eac28..c0de47673e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,4 +9,4 @@ - Rectangle: P = 2a + 2b - Square: P = 4a -# Some change for Lesson 6 practice +# Some change for Lesson 6 practice xD diff --git a/docs/README.md.save b/docs/README.md.save new file mode 100644 index 0000000000..4caa3963ca --- /dev/null +++ b/docs/README.md.save @@ -0,0 +1,13 @@ +# Math formulas +## Area +- Circle: S = πR² +- Rectangle: S = ab +- Square: S = a² + +## Perimeter +- Circle: P = 2πR +- Rectangle: P = 2a + 2b +- Square: P = 4a + +# Some change for Lesson 6 practice xD +