0
Help me this
https://code.sololearn.com/cq6CVwaWqjwo/?ref=app Both are same code but in assignment it gives error ,why it is ? How ? https://www.sololearn.com/coach/115?ref=app
2 odpowiedzi
0
There is no input, you have to assign the value 0.01 to x And remove the last print
x = 0.01
z = 2**30
print(x*z)
That should pretty much deal with it
0
Anyone giving you the answer to this question is not helping you..
Read the problem carefully
Try to understand it
Solve the example yourself
It's really easy