I have tried looking around for an answer however the questions on here either seemed to advanced (I\'m new to Python) or because of redefining what something meant which I coul
Assuming you're using Python 3,
print ("The area of your shape is: ", (a*b)) # ^
You forgot a comma.