猫史档案馆


【Python作品分享】网页打开器(求回复,求点赞)

用户:曾彬666曾彬666查看:0 回复:0 评论:0 创建时间:2024-05-15T17:11:22


【作品展示】

center_image

 

【作品介绍】

大写!!!

 

【作品源代码】

from webbrowser import open


web = input('\n你要打开哪个网站啊?\n A.编程猫社区  B.神奇代码岛3  C.4399')

dirt = {'A': 'https://shequ.codemao.cn/community?board=11', 'B': 'https://box3.codemao.cn/', 'C': 'https://4399'}

if (web == 'A'):
    open_the_web(dirt['A'])
elif (web == 'B'):
    open_the_web(dirt['B'])
elif (web == 'C'):
    open_the_web(dirt['C'])
else:
    print('\n抱歉,您未设置此网站\n')

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页