There are different methods available in Python to concatenate strings such as + operator, str.join(), format strings. The most recommended is + and += ...
確定! 回上一頁