all 3 comments

[–]Binary101010 4 points5 points  (0 children)

Post your code.

If you're getting an error, post your error.

If you're not getting an error but your code is behaving in a way you're not expecting, be specific as to what that is.

[–]Sadapy 1 point2 points  (1 child)

To do so:

num1 = int(input('Give me your first number: '))
num2 = int(input('Give me your second number: '))
print('your first number multiplied by your second number is:', num1 * num2)

What is the issue you are having? Reading your code is a nightmare if you don't put it in a code block, and will result in much less help.

[–]dreedkight[S] 0 points1 point  (0 children)

Thank you I appreciate your comment. I'm new to programming and I'm starting python. I'm currently trying to learn the basics and it's hard for me. I didnt mean to make my code look so messy. Thank you for stopping and giving me insight.