filmov
tv
Using + for String concatenation (Python Tutorial - Part 12)

Показать описание
In this session, I have explained and practically demonstrated using + symbol for String concatenation is Python.
The following topics are covered in this session:
- Using + symbol for String Concatenation with another String text
- Using + symbol for Adding Numbers
- What will happen when you try to concatenation a String text with a number using + symbol in Python
- Alternative ways to concatenate a String text with a number