Posts by Nathan Crizanto • 1 point
3 posts
- 
		0 votes3 answers1084 viewsA: list value to a variable, PythonAn easier way for you to do that is : l=['nathan','guilherme','otavio','ana'] # Lista que irá receber o indice lista_enumerada = [] # for com enumerate, para que possamos ver o seu indice for a,b in… 
- 
		0 votes2 answers481 viewsA: Keep variable value in python functionThen the error that must, is due to the fact that you are just calling the variable that is in the test function. Without incrementing any value to it, then it will repeat in the lop for. To solve… pythonanswered Nathan Crizanto 1
- 
		-4 votes1 answer34 viewsQ: Information robotGood morning, Late , Night. I’d like to know if there’s a way to create a robot where he picks up some product prices, and throws that information into an app. I have an idea for an app and am…