Python Data Structures Tutorial · x = 'Cake' y = 'Cookie' x + ' & ' + y · 'Cake & Cookie' · # Repeat x * 2 · 'CakeCake' · # Range Slicing z1 = x[2:] ...
確定! 回上一頁