</>
dev
quest
Python · Funções e Lambda
Como define uma função em Python?
function soma(a, b):
def soma(a, b):
func soma(a, b):
fn soma(a, b):
estado:
idle