Def main():
print("Jayson wanted to find out the surface area of his planter boxes.")
print("If one box has a volume of 512 meters what is the surface area of the planter boxes?")
print("Use the following formula surface area 6 s2, volume s3")
main()
What is wrong with my code?