Respuestas al mensaje #5,761

  • 🔧 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.
analrapist

Programming thread

This is a permutation function. itertools defines it here: https://docs.python.org/3/library/itertools.html#itertools.permutations - there's a...
S

Programming thread

Good for a beginner, but your code is a bit more complex than it needs to be. Some observations: - you don't really need the parameter times in...
Safir

Programming thread

I'll take a look later, but 1. no, not really a good use in practice, but any use is a good use when you're completely new -- you can write your...
ADHD Mate

Programming thread

Unironically grind some leetcode, try DFS and Backtracking problems, while using mainly recursions. Here is some solution to Generate...
Safir

Programming thread

First, line 2 is completely unnecessary. You take the string and turn it into a list, but the list then stays unchanged. You also save the number...
Atrás
Top Abajo