0
New one with new question :)
I get this question in the first course Somebody wrote code to take two integer inputs and output their product. However, the code results in an error. Task Fix the code to output the product of two integer inputs. Sample Input 3 6 Sample Output 18 i writed this code Print(3*6) this show me this right code but answer must be in another code
6 odpowiedzi
+ 3
Raoof Zakarna
try this
a = int(input())
b = int(input())
print(a*b)
+ 2
You used static numbers, the numbers to be multiplied must be entered by the user, using the input()
+ 1
Thank you now i understand ,
when you write for me the code first time i think you mean i should write the nummber inside the () 😂 ,
thank you 👍
0
thank you for you answer
i have 5 question in one projekt sa i dont know who i will do i tried to much
last i writed
a=int(input(3))
b=int(input(6))
print(a*b)
but this not right
0
ثثثثثثثثثثثث
0
بببببببب