点击运行
#!/usr/bin/python3 aTuple = (123, 'xyz', 'jiyik', 'abc'); aList = list(aTuple) print ("List elements : ", aList)
运行结果 :
正在执行...