From 663b9a7fa96a8cfd3174e69388b248231661a1fe Mon Sep 17 00:00:00 2001 From: Voidbert <50591320+voidbert@users.noreply.github.com> Date: Sat, 14 Mar 2020 12:09:18 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c814b3..d4cbfac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MolarMass -A Python script for the CASIO fx-CG50 that calculates the molar mass of a substance. It was made with MicroPython in mind but it also runs on any Python 3 interpreter. I was tired of calculating molar masses for chemistry exercises by hand and decided to make this program. +A Python script for the CASIO fx-CG50 that calculates the molar mass of a substance. It was made with MicroPython in mind but it also runs on any Python 3 interpreter. I was tired of calculating molar masses for chemistry exercises by hand and I decided to make this program. ### Usage @@ -7,4 +7,4 @@ For normal molecules and ionic substances, you can input their formula directly. Due to the lack of the middle dot character (`ยท`) used to write the formulas of hydrates, the dot (`.`) character is used in its place. Also, the number of water molecules in hemi and sesqui hydrates must be written as a decimal number, for example: `CaSO4.0.5H2O` -For some reason, you can't use the `EXIT` key while Casio's Python interpreter is inside a while loop, at least in my version of the calculator. If you want to exit the script, you can write `EXIT` (case-insensitive) in the place you insert molecules. +For some reason, you can't use the `EXIT` key while CASIO's Python interpreter is inside a while loop, at least in my version of the calculator. If you want to exit the script, you can write `EXIT` (case-insensitive) in the place you insert molecules. The `AC` key should terminate the script but I'm not sure if that works on every version of the calculator.