Computer Science, asked by Maharanajaya9526, 10 months ago

Print('please enter your name')
a = (input)
print('type 1 for leg')
print('type 2 for hand')
print('type 3 for jaw')
b = (input)
if (b== 1)
print('₹20')
(b== 2)
print('₹10')
(b== 3)
print('₹5') why this is not correct

Answers

Answered by Harsimran134
1

Answer: there will be three time insertion of values u have done onlu once

Explanation:

Similar questions