首页 > 代码库 > 考试系统
考试系统
l1 = [] d1 = {"1":{"题目":None,"选项":None,"答案":None}} with open("e1",encoding="utf-8") as f: for line in f: l1.append(line) # print(l1,type(l1)) s = "".join(l1) # print(s) l2 = s.split("*") d1["1"]["题目"] = l2[0] d1["1"]["选项"] = l2[1] d1["1"]["答案"] = l2[2] print(d1["1"]["题目"]) print(d1["1"]["选项"]) option = input("you choice:") if option == d1["1"]["答案"].strip(): print("Good") else: print("Failed")
题目
An administrator wants to provide users restricted access. The users should only be able to perform the following
tasks:
- Create and consolidate virtual machine snapshots
- Add/Remove virtual disks
- Snapshot Management
Which default role in vCenter Server would meet the administrator‘s requirements for the users?
*
A. Virtual machine user
B. Virtual machine power user
C. Virtual Datacenter administrator
D. VMware Consolidated Backup user
*
BC
==
Which two roles can be modified? (Choose two.)
*
A. Administrator
B. Network Administrator
C. Datastore Consumer
D. Read-Only
*
BC
考试系统
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。