用户:
九九八一查看:0 回复:1 评论:0 创建时间:2021-09-03T20:08:02
【作品展示】

【作品介绍】
666
【作品源代码】
# 提词器1.0
# print("已亥杂诗(其五)")
# print("浩荡")
# print("离愁")
# print("白日斜,")
# print("呤鞭")
# print("即天涯,")
# print("落红")
# print("不是")
# print("无情物,")
# print("化作")
# print("春泥")
# print("更护花。")
# 提词器2.0
# end:制定结尾符;默认换行符'\n'
#import time
#time.sleep(1)
#print('已亥杂诗(其五)')
#time.sleep(1)
#print('浩荡', end = '')
#time.sleep(1)
#print('离愁', end = '')
#time.sleep(1)
#print('白日斜,', end = '')
#time.sleep(1)
#print('呤鞭', end = '')
#time.sleep(1)
#print('东指', end = '')
#time.sleep(1)
#print('即天涯,')
#time.sleep(1)
#print('落红', end = '')
#time.sleep(1)
#print('不是', end = '')
#time.sleep(1)
#print('无情物,', end = '')
#time.sleep(1)
#print('化作', end = '')
#time.sleep(1)
#print('春泥', end = '')
#time.sleep(1)
#print('更护花。')
#time.sleep(1)
# 提词器3.0
"""
import time
time.sleep(1)
print('已亥杂诗(其五)')
time.sleep(1)
print('浩荡', end = '',flush=True)
time.sleep(1)
print('离愁', end = '',flush=True)
time.sleep(1)
print('白日斜,', end = '',flush=True)
time.sleep(1)
print('呤鞭', end = '',flush=True)
time.sleep(1)
print('东指', end = '',flush=True)
time.sleep(1)
print('即天涯,')
time.sleep(1)
print('落红', end = '',flush=True)
time.sleep(1)
print('不是', end = '',flush=True)
time.sleep(1)
print('无情物,', end = '',flush=True)
time.sleep(1)
print('化作', end = '',flush=True)
time.sleep(1)
print('春泥', end = '',flush=True)
time.sleep(1)
print('更护花。')
time.sleep(1)
"""
#loading动态加载
#import time
#print('loading',end = '',flush=True)
#time.sleep(1)
#for i in range(6):
#print('.',end = '',flush=True)
#time.sleep(1)
#print()
#name=input("你的名字:")
#print("你好",name,sep="")
print('____________________________________________________________')
print("春节","农历正月初一",sep=":")
print("元宵节","农历正月十五",sep=":")
print("头牙","农历二月初二",sep=":")
print('____________________________________________________________')
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn