In Python, we normally perform string concatenation using the + operator. ... a = "Hello, I am in grade " b = 12 print(a + b). Output.
確定! 回上一頁