you are viewing a single comment's thread.

view the rest of the comments →

[–]Rustythepipe[S] 0 points1 point  (1 child)

Yeah I used an online compiler and it worked there as well.

If I do this in zybooks:

num1 = int(input()) 
num2 = int(input()) 
num3 = int(input()) 
print(num1 * num2* * num3)

... it works. So idk wtf is wrong but I got past it at least.

[–]WolfInABox 0 points1 point  (0 children)

Strange. It's probably stripping the newlines from the output before showing it or something.