My orders
How it works
Examples
Reviews
Blog
Homework Answers
Submit
Sign in
How it works
Examples
Reviews
Homework answers
Blog
Contact us
Submit
Question #203580
write python code
multiply the two input values and then print the result of the multiplication.
Expert's answer
j = input("Input dollars")
j = int(j) # Super important. You could've also done : j = int(input("Input dollars"))
b = 5
print(j * b)
Our fields of expertise
Programming
Math
Engineering
Economics
Physics
LATEST TUTORIALS
APPROVED BY CLIENTS
Thanks for the assistance,,, your service is great
#340795
on Jan 2024
Read all reviews >>