Pt
Tema escuro
Registre-se para continuar usando todos os recursos do Techfeed
Já possui uma conta?SignInAction
def test(): print 'test' def test2(): print 'test2' test = {'test':'blabla','test2':'blabla2'} for key, val in test.items(): key() # Here i want to call the function with the key name, how can i do so?
Como posso depurar um script PHP CLI com xdebug?
Extração de caracteres linha por linha
Qual é o lado negativo do XInitThreads ()?
Incompatibilidade de tipo: não é possível converter de int para booleano no loop while
se __name__ == '__main__' no IPython