In Python >= 3.6, the new f-string is an efficient way to concatenate a string. >>> name = 'some_name' >>> number = 123 >>> >> ...
確定! 回上一頁