猫史档案馆


【Python作品分享】陈羿诺Kitten作品集【作品秀】

用户:ᝰ悠乐小小怪&光小滑ᝰ悠乐小小怪&光小滑查看:0 回复:0 评论:0 创建时间:2020-04-17T11:52:07


【作品展示】

center_image

 

【作品介绍】

可以查看。

源码编辑器里我的作品。

 

【作品源代码】

import time
import webbrowser


tim = time.strftime("%Y.%m.%d %H:%M",time.localtime())
print('现在时间是:', tim)
if (tim in '8.26'):
    print('太棒了,今天是作者生日!!!!')
time.sleep(1)
print('这里是作者的作品集:')
time.sleep(1)
i = 0
for p in ['鼠标闯关', '科创--飞机大战', '智能电脑2.0--科创', '科创--和别人比比你的手速', '新Kitten体验', '聊天模板', '看你能接多少个', '聊天室(第二版)', '小动画', '帮助编程猫消灭病毒', '祝编程猫生日快乐', '聊天室', '街舞']:
    i += 1
    print(i,'.', p)
ans = input('请输入序号:')
if ans == '1':
    webbrowser.open("https://shequ.codemao.cn/work/46537168")
elif ans == '2':
    webbrowser.open("https://shequ.codemao.cn/work/4喵06010")
elif ans == '3':
    webbrowser.open("https://shequ.codemao.cn/work/46288045")
elif ans == '4':
    webbrowser.open("https://shequ.codemao.cn/work/463799喵")
elif ans == '5':
    webbrowser.open("https://shequ.codemao.cn/work/46368751")
elif ans == '6':
    webbrowser.open("https://shequ.codemao.cn/work/46355313")
elif ans == '7':
    webbrowser.open("https://shequ.codemao.cn/work/46249922")
elif ans == '8':
    webbrowser.open("https://shequ.codemao.cn/work/46284386")
elif ans == '9':
    webbrowser.open("https://shequ.codemao.cn/work/46223160")
elif ans == '10':
    webbrowser.open("https://shequ.codemao.cn/work/46262918")
elif ans == "11":
    webbrowser.open("https://shequ.codemao.cn/work/46257716")
elif ans == "12":
    webbrowser.open("https://shequ.codemao.cn/work/46225628")
elif ans == "13":
    webbrowser.open("https://shequ.codemao.cn/work/46119633")
else:
    print("没有您要的")

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页