define a list of strings >>> names = ["Eve", "Alice", "Bob"] # print the list of strings >>> print(names) ['Eve', 'Alice', 'Bob'] # loop over the names list ...
確定! 回上一頁