码迷,mamicode.com
首页 > 其他好文 > 详细

py队列先进先出

时间:2014-12-10 22:38:33      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:style   sp   on   bs   ef   as   new   nbsp   app   

# -*- coding: cp936 -*-

def n1(n):

    n=[‘apple‘,‘dog‘,‘cat‘,‘mimi‘]

    n.append(b)

    print n

    print ‘T出的是:‘,n.pop(0)

    print n

if __name__==‘__main__‘:

    b=raw_input(‘b:‘)

    n1(b)

 

py队列先进先出

标签:style   sp   on   bs   ef   as   new   nbsp   app   

原文地址:http://www.cnblogs.com/mhxy13867806343/p/4156416.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!