A string literal can be assigned to a variable, as shown below. str1='This is a string in Python' print(str1) str2 ...
確定! 回上一頁