find error message
a=int(input( "enter the first number : " ) )
b=int(input( "enter the second number : " ) )
prnt( " the product of the number is : " , a*b )
Answers
Answered by
2
Answer:
you have used prnt you have to use print
and other you have used is correct
I'm also learning python
please mark as brain list
Similar questions