filmov
tv
Python Type Casting and Concatenation

Показать описание
Simple demo showing how you can type cast variables in Python to allow you to concatenate strings together when calling the print function. Another quick discussion of using a comma instead, which allows you to send multiple arguments to the print function, which are automatically concatenated for you.