ciberlandia.pt é um dos muitos servidores Mastodon independentes que podes utilizar para participar no fediverso.
Uma instância 🇵🇹 dedicada à tecnopolítica e também a tudo o resto. Regras e termos em ciberlandia.pt ❤️ 🏳️‍🌈

Estatísticas do servidor:

103
utilizadores activos

@maco yeah, the pattern in Python is that if the method mutates the object it usually returns None. Like my_list.sort(), in place, and then sorted(my_list), gets you a new list.