This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
bmaxv
bmaxv.noc.social.ap.brid.gy
did:plc:sthyu7kvosp5kj56ciaybptu
#python
L = [1,2,3]
for x in L:
L.remove(x)
This used to throw a runtime error, because the size changed during iteration, right?
When did this change? Why did this change?
2025-01-17T11:41:13.254Z