The following code should take a number as input, multiply it by 8, and print the result. In line 2 of the code below, the * symbol represents multiplication.
Answers
Answered by
2
Explanation:
x = int(input("enter a no"))
y = x*8
print(x"*8","=",y)
Similar questions
Math,
3 months ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
1 year ago
Math,
1 year ago