Python Basics Part 11: Type Hinting, Lambdas, Generators, and more with Python Functions

Publicado el: 04 febrero 2024
en el canal de: Teach Me Python
14
0

Here's the time_my_func function to copy into your code editor as you follow along.


from time import time
def time_my_func(func,val):
start=time()
print(func(val))
print(time()-start)

names = ['Bob davis', 'mArY beTh', 'maRtIn lARry']


En esta página del sitio puede ver el video en línea Python Basics Part 11: Type Hinting, Lambdas, Generators, and more with Python Functions de Duración hora minuto segunda en buena calidad , que subió el usuario Teach Me Python 04 febrero 2024, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 14 veces y le gustó 0 a los espectadores. Disfruta viendo!