摘要: access.conf is the configuration file used to logins to the Linux or Unix systems. This file is locate at /etc/security/ path. With this file logins o 阅读全文
posted @ 2021-01-06 16:34 香菜哥哥 阅读(2032) 评论(0) 推荐(1) 编辑
摘要: 贪吃蛇 #!/usr/bin/env python import pygame,sys,time,random from pygame.locals import * # 定义颜色变量 redColour = pygame.Color(255,0,0) blackColour = pygame.Co 阅读全文
posted @ 2021-01-06 11:51 香菜哥哥 阅读(217) 评论(0) 推荐(0) 编辑