Posts by Eric Levinski Kirsten • 15 points
2 posts
-
0
votes1
answer188
viewsQ: How can I impute values with Sublime text
How can I pass values to Sublime Text Exp: I created this simple program to make a basic account! Note: there is no box to pass value, I believe you need to use the terminal but I do not know very…
-
0
votes2
answers52
viewsQ: How I write in Python documents on For
arquivo = open('escala.txt', 'w') for i in range(0, 101): var = (i * 2000)/100 arquivo.white('Temperature is:',i ,'°C converted is:', var) arquivo2.close() That’s not possible I’d like to know how…
pythonasked Eric Levinski Kirsten 15