10 Antworten
+ 2
Thanks a lot all of you I 've seen my error
+ 1
Joël Henard
Don't put inside double quotes. That would be string.
Do this
print(0.01 * (2**30))
+ 1
The question does not ask you to use
00.1
Please look carefully at the number that you should use.
Try to write it down on a paper and read it.
+ 1
You are changing cents to dollars so use .01 not .1
+ 1
Remove ""
Print (00.1 * (2 ** 30))
0
Ok thx but it still says no input and test failed. But my output is the right one
0
Joël Henard
Just copy that logic shared by me and paste there in project and submit the code. It will work.
0
Yeah thanks. Seems it's the space after 00.1 . Do you know why ?
0
Joël Henard
Doens't matter if you put space between operator (+ or - or * or /) it's just for readability of code.
0
2 asterix on the second multiplication