猫史档案馆


【Python作品分享】古诗提词器v4.0【作品秀】

用户:cooldemaocooldemao查看:0 回复:0 评论:0 创建时间:2021-04-27T18:12:48


【作品展示】

center_image

 

【作品介绍】

zh

 

【作品源代码】

import time


# 定义变量i,表示等待时间
i = 0.5
print('已亥杂诗(其五)')
time.sleep(i)

print('浩荡', end='', flush=True)
time.sleep(i)

print('离愁', end='', flush=True)
time.sleep(i)

print('白日斜,', end='', flush=True)
time.sleep(i)

print('吟鞭', end='', flush=True)
time.sleep(i)

print('东指', end='', flush=True)
time.sleep(i)

print('即天涯。')
time.sleep(i)

print('落红', end='',flush=True)
time.sleep(i)
print('不是', end='',flush=True)
time.sleep(i)

print('无情物,', end='', flush=True)
time.sleep(i)

print('化作', end='', flush=True)
time.sleep(i)

print('春泥', end='', flush=True)
time.sleep(i)

print('更护花。')

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页