
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
#!/usr/bin/env python# -*- coding: utf-8 -*-"""__title__ = 'Guess the number'__author__ = 'Steve'__mtime__ = '2017/9/24'"""# Import the moduleimport SimpleGUICS2Pygame.simpleguics2pygame as sim
#!/usr/bin/env python# -*- coding: utf-8 -*-"""__title__ = 'caculator'__author__ = 'Steve'__mtime__ = '2017/9/24'"""import SimpleGUICS2Pygame.simpleguics2pygame as simpleguistore = 0operand = 0
#!/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
这一题还是花了一些时间的,参考了Crystalleaf1989的博客,实现的方法略有不同。先生成底层的数字,再生成上层的方块,鼠标点击后将方块移除,判断两次点击的数字相同,保持方块不显示的状态。#!/usr/bin/env python# encoding: utf-8"""@author: steve@license: Apache Licence@software: PyCharm C







