Posts by Rodrigo M. Castilho • 24 points
2 posts
- 
		-1 votes1 answer34 viewsA: Receiving data on multiple linesIsabela, the error probably exists because this method usually leaves an empty line after it is closed, which can ruin mathematical operations. Try to add x.rstrip() to the code and see if it… pythonanswered Rodrigo M. Castilho 24
- 
		1 votes1 answer28 viewsA: Take an input value and play value in another input by JavascriptProzyn, the point is you’re using an improper switch there. And I also believe that the code you wrote is not matching what I understood would be your use case. The Switch Switch is a structured way…