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 )
Problem Link: CodeChef: Practical coding for everyone
Learning course: Learn Python
print( 2 * 5 * 19 ) #Replace the _ with digits
print(1 *4 (3+4) )
print( 100 / 5 )
In the 2nd line, you are multiplying the result of (3 + 4) by 4. According to question, you have to multiply by 2.