+ 1
Why do I get error when I code: print(0.01(2**30))?
Keeps saying use 0o
5 ответов
+ 5
Gary Maiden
0.01( is not a right syntax
Write 0.01 * (
+ 2
Gary Maiden
I said write 0.01 * ( instead of 0.01(
I didn't say to do write()
+ 2
Thank u
0
Cuz I tried print(0.01*(2**30)) and it didn't work
- 1
So use write() instead of print ()?