调试土豆节日娱乐程序

本娱乐程序开放给各位网络工程师,大家可以自由修改,但请注明原作者,diffzhang。

下载连接:点我

import time
i = 0
while i < 30:
print(‘ …………………………………….’)
i +=1
time.sleep(10)
print(‘\n\n potato is starting……\n’)
time.sleep(2)
print(”’ **************************
********** ***********
******** * *********
******* * ********
******* *******
******* ******
******* ******
******* ******
******* ******
******* ******
******* ******
****** ******
****** ******
****** *******
****** *******
******* * ********
********* * *********
*********** ***********
**************************

————————–
| created by diffzhang |
————————–”’)
print(‘\n please wait a moment……..\n’)
time.sleep(3)
print(‘ take your time……..\n’)
time.sleep(2)
print(‘ potato OS is started susscefull!!’)
print(‘ ‘)
print(‘ press any key to start’)
msg = input(“”)
if msg.find(‘\n’) != -1:
welcom = ‘ potato>’
print(welcom,end = ”)
msg = input(“”)
else:
print(‘ potato>’,end = “”)
msg = input(“”)
if msg.find(‘sys’) != -1:
print(‘ potato#’,end = ”)
msg = input(“”)
if msg.find(‘?’) != -1:
print(‘ en Tis is English\n’,end = ”)
print(‘ 中文 中文提示\n’,end = ”)
print(‘ potato#’,end = ”)
msg = input(“”)
if msg.find(‘中文’) != -1:
print(‘ 祝大家春节快乐!!!!\n’,end = ”)
time.sleep(2)
print(‘ 祝大家2022年考试必过!\n’,end = ”)
time.sleep(2)
print(‘ 祝大家2022年多接项目!\n’,end = ”)
time.sleep(2)
print(‘ 此娱乐程序可在我小站下载!\n’,end = ”)
time.sleep(2)
print(‘ potato#’,end = ”)
msg = input(“”)

发布日期:
分类:调试