A Python calculator!
Hello, Repl.it! It has been a while since I have posted, as I have been working on a HTML project. Anyway, I hope you guys enjoy! a = addition, s = subtraction, m = multiplication, d = division, e = exponents. Credit to adl212 for helping with exponents and eventually radicals. I cannot thank you enough.
Nice! Maybe you can add more operations?
@adl212 good idea! Some suggestions?
@Thehappysquid Maybe exponents and radicals? I can help if you want help.
@adl212 I would appreciate help on that subject, as I have not learned that yet, LOL
@Thehappysquid Do you understand how they work, first of all?
@adl212 I understand exponents, but not radicals.
@Thehappysquid Ok, so let's start with exponents. You just need to add an option to use exponents. Then with the two numbers, you just need to do
final = num3 ** num4
. You get help understanding radicals, also called a squareroot, here. Hope this helps!@adl212 May I invite you to my repl? I have been looking over it for a little while, and I may need some help implementing it into my program.
@Thehappysquid Sure.