Posts by matw • 33 points
2 posts
-
1
votes2
answers87
viewsQ: How to remove all elements from a list equal to a certain value
How to remove all values from a list that will have the same meaning for example: array = ['sim', 'sim', 'sim', 'sim', 'sim2', 'sim3', 'sim4'] Is there any way to make a looping loop as long as…
-
-5
votes1
answer46
viewsQ: How do I make a mask that adapts to priced inputs?
I was using Jquery but how do I adapt to put 2 numbers insert a ',' this way but would be necessary to put 4 values, and I do not know the exact price that would be…