Posts by GConelhero • 1 point
1 post
- 
		-1 votes1 answer36 viewsA: How to store values at each interaction during the repetition of a structure - PythonIf I understand the question correctly, you should create a new list to store the generated values. Create a new empty list value variable. Example: valores = [] ... valor =…