猫史档案馆


【Python作品分享】Microsoft® KDDOS™

用户:cool-creepercool-creeper查看:0 回复:1 评论:0 创建时间:2020-09-19T21:22:47


【作品展示】

center_image

 

【作品介绍】

哈哈,没错“坑爹”DOS来啦!!!

本产品与Microsoft®的产品无关,仅为doge一下~

没了awa

 

【作品源代码】

import os
import time


def wait(second):
    time.sleep(second)


def cls():
    os.system('cls')


os.system('color 02')

print('''Welcome to MS-KDDOS!
System is initing...''')
wait(2)
cls()
os.system('color 17')
for test1 in range(500):
    print('\n')
    print('                                                                                                                                                                         ')
print("Sorry,we cann't starting KDDOS.(0xc000021)")
for test1 in range(5):
    print('\n')
    print('                                                                                                                                                                         ')
input('Press ENTER to continue.')
cls()
os.system('color 09')
print('KDDOS COMPUTER DOCTER V1.1')
wait(0.1)
print('We are helping your computer...')
wait(3)
print('HELP DONE!')
wait(0.2)
print('Restarting...')
wait(0.5)
cls()
productkey = input("Please input your MICROSOFT PRODUCT KEY:(If you don't know this,please input 'I don't know')")
if productkey == "I don't know":
    print('PLEASE GO MICROSOFT STORE TO BUY THIS[doge]')
    wait(0.2)
    print('Because this want $20101028[doge]')
    wait(0.2)
    print('以上仅为搞笑,对Microsoft®产品无关(你:终于中文了哈……)')
else:
    print('NO ISOFILE!')

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
lsk666666lsk666666

center_image

微软:喵!

点赞0


评论