Beginner Python Tutorial 52 - Print without Newline using end Parameter

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


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

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

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

Thank you so much for all these videos

lutherblissett
Автор

Thank you so much Caleb💯💯💯Can make a goood programming teacher😂😉

allsypanda
Автор

if friend == friends[len(friends)-1]:
print(friend)
break
you also can do this to make the last index doesnt print the space and the new line

daverussell
Автор

why do i have to write
from __future__ import print_function
?

gautamgarg