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

linting

parent e01b7ff4
Branches
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ if __name__ == "__main__":
if choice == "5":
radius = float(input("Enter the radius of your magic circle: "))
result = conjure_magic_circle_area(radius)
print(f"The area of your magic circle is {result:.2f} square spells! 🪄")
print("\n✨ Magic complete! ✨")
print(f"Circle area: {result:.2f} spells.")
else:
a = float(input("Enter the first magical number: "))
b = float(input("Enter the second magical number: "))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment