猫史档案馆


【Python作品分享】ZYCSYSTEM【作品秀】

用户:帅帅的冰寒帅帅的冰寒查看:0 回复:0 评论:0 创建时间:2020-05-12T09:33:18


【作品展示】

center_image

 

【作品介绍】

模拟早期计算机部分功能

 

【作品源代码】

import time


initialise = '|'

print('Welcome to ues ZYCSYSTEM')
time.sleep(1)

print('Please wait...')

for __count in range(10):
    print(initialise)
    time.sleep(0.1)

disk = input('The disk A,capacity detected is 1TB,is it loaded?If you agree to load,enter 1,diseagree,enter2')
if (disk == '1'):
    print('please wait...')
    
    time.sleep(1)
    
    print('Loading successfully')
    
    user = input('Please create your user name')
    
    password = input('Plase create your password')
    
    print('Please wait...')

    time.sleep(10)
    
    print ('Welcome to enter ZYCSYSTEM')

    A = input ('ZYCSYSTEM A:')
if A == 'dir':
    print('Application')
    print('Data')
    print('Document')
    print('File')
    print('ZYCSYSTEM')
try:
    print('Thank you for your use,bye')
except :
    pass

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页