Posts by Rafael • 11 points
2 posts
- 
		1 votes0 answers43 viewsQ: thread superposition bug in pythonHello, I am studying the operation of threads and I made a program where there is a function that prints the current time of 'n' in 'n' seconds, and would like to create a parallel processing where… 
- 
		-1 votes1 answer53 viewsQ: How to create a trigger to detect that a variable has changed value within a loop?would like to know how I can create a trigger to rotate a function only when a specific variable changes value within a loop, only without needing to define a variable outside that loop, for…