Skip to content
Snippets Groups Projects
Commit 48c74c3b authored by wep23441's avatar wep23441
Browse files

linting 3

parent 2f06f266
Branches
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class TestWizardCalculator(unittest.TestCase):
self.assertAlmostEqual(conjure_magic_circle_area(1), math.pi)
self.assertAlmostEqual(conjure_magic_circle_area(0), 0)
self.assertAlmostEqual(conjure_magic_circle_area(2.5),
math.pi * 2.5 * 2.5)
math.pi * 2.5 * 2.5)
if __name__ == "__main__":
......
......@@ -25,7 +25,7 @@ def conjure_magic_circle_area(radius):
if __name__ == "__main__":
print("Welcome to the Wizards Magic Calculator! 🧙‍♂️✨")
print("Welcome to the Wizard's Magic Calculator! 🧙‍♂️✨")
print("Choose your spell:")
print("1. Summon dragons 🐉")
print("2. Vanish trolls 👹")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment