Use this TRICK on #python print( ) function

preview_player
Показать описание
Hello Dear Coders,

In this video we will see that, how we can replace the print function with our own variable that we created. And use the functionality of print function with our variable.

So stay tuned.....
Рекомендации по теме
Комментарии
Автор

My man knew how to trigger pythonistas

luisalejandroacunalopez
Автор

Its not about print its about any other function, how about you check how it really works before you make a video. Anyway you would literally never use print like that

jakubswistak
Автор

Thats because python supports first class functions, just like javascript arrow functions are assigned to variables, you can assign python functions to variables, store them in data structures or pass them in function parameters.

And for the love of god dont use space when you name the file.

Katanotkate
Автор

You should never do that! That s the true tip

SigmaRM
Автор

ah I can ever replace java print function yay

hattabf
Автор

That just seem like such a bad bad bad idea. LOL Python already has enough "idioms" that will want to murder.. LOL

BryanChance
Автор

Literally useless unless you're doing a code with lots of long names

guy-