Python 删除元组 Python Updating tuples Python Tuple cmp() 方法 Python 删除元组 #!/usr/bin/python tup = ('physics', 'chemistry', 1997, 2000); print tup del tup; print "After deleting tup : " print tup Python Updating tuples Python Tuple cmp() 方法