An incorrect Python program is shown below.
The program should:
There are three errors in the code.
import random
base = random.randint(1, 20)
height == 10
area = 0.5 * base * height
print("Base is: " + base)
print("Height is: " + str(height))
print("Area is: " + str(Area))
Amend the code to correct the three errors.