Posts by DiegoN • 21 points
1 post
-
0
votes1
answer64
viewsQ: Reduce running time in Python simulation
Hi. I’m trying to solve a problem where I have to create a function that receives a string of 0 and 1 and a list of commands, which can be 'I' and 'Q'. If it is 'I' the program must modify all…