Posts by Eduardops.code • 1 point
2 posts
-
-2
votes1
answer103
viewsQ: How to allow input() to receive scientific notation in python 3?
I have a thermal expansion coefficient that the user must provide, example 1.6*10e-5, exactly this value, how to allow the user to write this value in scientific notation? input of the coefficient…
-
0
votes1
answer60
viewsQ: Why is the sum returning 0 and only works when I place the variables as local?
when I place var n1,N2 and s inside the sum Function, only then the result turns out right! because? I’m a beginner. /*variaveis dos elelentos html*/ var dr1= document.querySelector('input#txtn1')…