Help me in solving LB04AB problem

My issue

My code

# Update the '_' in the code below and click 'Submit'

X = 90
Y = 40
print('Given X and Y, the total watchtime of the movie is _')

X = 80
Y = 80
print('Given X and Y, the total watchtime of the movie is _')

X = 60
Y = 10
print('Given X and Y, the total watchtime of the movie is _')

X = 60
Y = 50
print('Given X and Y, the total watchtime of the movie is _')

Learning course: Python for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone