Respuestas al mensaje #5,781

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Safir

Programming thread

Did you try several triangles in a row? Like so: def tri(step, x = [1], y = []): print(x) if len(x) == step: return None x.insert(0, 0)...
Belisarius Cawl

Programming thread

It may not be immediately obvious but: https://docs.python-guide.org/writing/gotchas/ I don't have a solid intuition on how I'd write this...
Atrás
Top Abajo