3 Python patterns for every programmer. You must know these unique code patterns!

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 1

  • @Chlebotron
    @Chlebotron Рік тому

    In second pattern you dont need to place * between args and kwargs. If you putn compute_something(a,b,c,e=10) it would work aswell as you described