Skip to content
Snippets Groups Projects
Commit 51fd36e2 authored by wep23441's avatar wep23441
Browse files

testing stage 4

parent d185cc9d
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ def cast_division_spell(a, b):
def conjure_magic_circle_area(radius):
return math.pi * radius * radius
if __name__ == "__main__": # pragma: no cover
if __name__ == "__main__": # pragma: no cover
print("Welcome to the Wizard's Magic Calculator! 🧙‍♂️✨")
print("Choose your spell:")
print("1. Summon dragons 🐉")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment