摘要: 学习Python的第二天。 感觉Python数组里的append()和remove()就能代替栈Pop()和Push()了。不过为了练习,写一遍非常简单的停车场 #!/usr/bin/env python #coding UTF-8 class Stack: def __init__(self):p 阅读全文
posted @ 2016-02-02 20:59 mashaz 阅读(1214) 评论(0) 推荐(0)