Python - How to write a list to a file? · 1. Using write method: #!/usr/bin/python l1=['hi','hello','welcome'] f=open('f1. · 2. Using string join ...
確定! 回上一頁