Help me in solving P1B problem

Problem Link: CodeChef: Practical coding for everyone
Learning course: Learn Python

My code

print( 2 * 5 * 19 )  #Replace the _ with digits
print(1 *4 (3+4) )
print( 100 / 5 )

My issue

1 Like

In the 2nd line, you are multiplying the result of (3 + 4) by 4. According to question, you have to multiply by 2.