String Concatenation | Python Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Very nice video, specifically was triying to solve the error with triying to print str with int, solved it very fast thanks.

niborj
Автор

Very good explanation bro, similar to JS string concatenation

dev_ression
Автор

Instead of str(speed) can I use int(speed)? Example: print(int(speed) + int(units)) Would that work too?

kawaiihikari