I have tried this question so many times tried in many ways and still can't get it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I have tried this question so many times tried in many ways and still can't get it

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

23rd Mar 2022, 12:35 AM
Snow
Snow - avatar
4 Answers
+ 2
Let me see your tryout code so I can point you the way? https://code.sololearn.com/W3uiji9X28C1/?ref=app
23rd Mar 2022, 1:00 AM
Ipang
+ 2
Can you tell us what the error says? And can you copy+paste your code into a SoloLearn "code bit", you can then share it here by using the plus icon.
23rd Mar 2022, 1:20 AM
HungryTradie
HungryTradie - avatar
+ 2
1.Take two inputs as integers 2.Use '*' for to multiply them 3.Use 'print' to print the product.
23rd Mar 2022, 3:47 AM
NEZ
NEZ - avatar
0
G'day Snow how did you go with that one? I see you completed the SoloLearn HTML course, but you've gone to Python Core instead of the Python for Beginners course. Maybe that would be a better introduction for you?
23rd Mar 2022, 9:26 PM
HungryTradie
HungryTradie - avatar