Beginner Python Tutorial 30 - Nested Function Calls (passing a Function Call as Argument)

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

30 for 30. Goal for day 2 complete! This was a great video for helper us visualize how the data is processed and in what order everything goes in.

mearapellar-kosbar
Автор

I don't know if you read your comments, but thanks for all the tutorials man

bwcfvjq
Автор

I copied the whole code, character for character, but I get 13 and not 10. I use the newest version Visual Studio Code. Perhaps that's why?

age = 15
age_str = str(age)
id_age_str = id(age_str)
other = math.floor(2.6)
added = id_age_str + other
added_str = str(added)
lenght = len(added_str)
print(lenght)

age = 15
print(len(str(id(str(age)) + math.floor(2.6))))

rudimunk
Автор

Can you please try to record some videos about numpy and sympy libraries ?

firdausazad