Mantén la atención porque en este enunciado hallarás la contestación que buscas.
Ejemplo 1: función en python 3
#use the def keyword to declare a function in Pythondeffunction(args,kwargs='attribute'):#here is the returned valuereturn'return value'
Ejemplo 2: función en Python 3
# A basic functiondeffunc():return0# A function with argumentsdeffunc2(num1):return num1
# A function with type hintsdeffunc3(num2:int)->int:return num2
Sección de Reseñas y Valoraciones
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)