My issue
File “/mnt/sol.py”, line 4
Area rectangle = length*width
^^^^^^^^^
SyntaxError: invalid syntax
My code
# Update the code below this line to solve the problem
length=45
width=76
Area rectangle = length*width
print(Area rectangle)
Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY04/problems/PYTH23