You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a = input("vvvvvvvvvvvvvvvv\nEnter the name of any shape, I'll give you the number of sides \nMake sure it is capitalized EX: Square. not \"square\"\n^^^^^^^^^^^^^^^^\n\n")
if(a == "Cube" and "Hexagon"):
print("6 sides")
if(a == "Square" and "Rectangle" and "Tetrahedron" and "Rhombus" and "Parallelogram" and "Diamond" and "Trapezoid" and "Cuboid"):
print("4 sides")
if(a == "Circle" and "Ellipse" and "Sphere" and "Oval"):