#!/usr/bin/python. # -*- coding: UTF-8 -*-. list = [ 'runoob', 786 , 2.23, 'john', 70.2 ]. tinylist = [123, 'john']. print list # 输出完整 ...
確定! 回上一頁