logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

作业week2 'Guess the number'

#!/usr/bin/env python# -*- coding: utf-8 -*-"""__title__ = 'Guess the number'__author__ = 'Steve'__mtime__ = '2017/9/24'"""# Import the moduleimport SimpleGUICS2Pygame.simpleguics2pygame as sim

#python
练习week2 'caculator'

#!/usr/bin/env python# -*- coding: utf-8 -*-"""__title__ = 'caculator'__author__ = 'Steve'__mtime__ = '2017/9/24'"""import SimpleGUICS2Pygame.simpleguics2pygame as simpleguistore = 0operand = 0

#python
作业week1 'Rock-paper-scissors-lizard-Spock'

#!/usr/bin/env python# -*- coding: utf-8 -*-"""__title__ = 'Rock-paper-scissors-lizard-Spock'__author__ = 'Steve'__mtime__ = '2017/9/23'"""# The key idea of this program is to equate the strings

#python
【莱斯大学 Python交互编程入门】 作业Week5 Memory

这一题还是花了一些时间的,参考了Crystalleaf1989的博客,实现的方法略有不同。先生成底层的数字,再生成上层的方块,鼠标点击后将方块移除,判断两次点击的数字相同,保持方块不显示的状态。#!/usr/bin/env python# encoding: utf-8"""@author: steve@license: Apache Licence@software: PyCharm C

#python
到底了