# python **Repository Path**: zoeywoohoo/python ## Basic Information - **Project Name**: python - **Description**: Life is short , I use python ! - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Life is short , I use python ! ### 学习python时的小脚本 > * stack.py 用列表来模拟堆栈,堆栈是一个后进先出的数据结构 > * queue.py 用列表来模拟队列,队列是一个先进先出的数据结构 > * idcheck.py 标识符检查器,通过输入你想要的标识符,检查是否合法,是否为关键字