Commit 102b411a by BellCodeEditor

save project

parent 2a154a72
Showing with 128 additions and 7 deletions
...@@ -7,10 +7,12 @@ import random ...@@ -7,10 +7,12 @@ import random
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
computer=random.choice(list) computer=random.choice(list)
print("电脑出拳是:"+computer) print("电脑出拳是:"+computer)
if player not in list:
if player==computer: if player==computer:
print("平局") print("平局")
elif (player=="石头" and computer=="剪刀") or (player=="剪刀" and computer=="布") or (player=="布" and computer=="石头"): elif (player=="石头" and computer=="剪刀") or (player=="剪刀" and computer=="布") or (player=="布" and computer=="石头"):
print("玩家赢了") print("玩家赢了")
else:
print("玩家输了")
else: else:
print("玩家输了") print("输入错误")
\ No newline at end of file \ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<zoom_installer_root>
<install>
<fileop>
<file name="bin" op="addDir" dest="$bin$" ></file>
<file name="bin" op="addDir" dest="$uninstall$" ></file>
<file name="msaalib.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="CmmBrowserEngine.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="Cmmlib.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="CptHost.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="CptShare.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="crashrpt_lang.ini" op="add" src="$src$" dest="$bin$" ></file>
<file name="Installer.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="libcrypto-1_1.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="libfaac.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="mcm.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="nydus.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="ring.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="dingdong.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="dingdong1.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="record_start.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="record_stop.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="wr_ding.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="ssb_sdk.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="libssl-1_1.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="tp.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="turbojpeg.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="util.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="viper.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zAutoUpdate.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zChatApp.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zChatUI.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zCrashReport.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zCrashReport.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="zData.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zWinRes.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zlt.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zmb.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="Zoom.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="Zoom_launcher.exe" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="ZoomInstall.xml" op="add" src="$src$" dest="$bin$" ></file>
<file name="zTscoder.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="zVideoApp.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zVideoUI.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zWebService.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="annoter.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="Installer.exe" op="add" src="$src$" dest="$uninstall$" ></file>
<file name="reslib.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="DuiLib.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="directui_license.txt" op="add" src="$src$" dest="$bin$" ></file>
<file name="duilib_license.txt" op="add" src="$src$" dest="$bin$" ></file>
<file name="airhost.exe" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="avcodec-55.dll" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="avformat-55.dll" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="avutil-52.dll" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="swscale-2.dll" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="mdnsclient.dll" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="mDNSResponder.dll" op="add" src="$src$" dest="$bin$" optional=1 ></file>
<file name="XmppDll.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="asproxy.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zcacert.pem" op="add" src="$src$" dest="$bin$" ></file>
<file name="leave.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="CptInstall.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="CptService.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="CptControl.exe" op="add" src="$src$" dest="$bin$" ></file>
<file name="zzhost.dll" op="add" src="$src$" dest="$bin$" ></file>
<file name="zSipCallApp.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="zSIPSDK.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="zAssistant.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="libmpg123.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="zSipcallUI.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="nanosvg_LICENSE.txt" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="zSipcallRes.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="aomagent.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="meeting_raisehand_chime.pcm" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="meeting_chat_chime.pcm" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="zDocConvert.exe" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="root_cert_zpbxcacert.pem" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="Droplet.pcm" op="add" src="$src$" dest="$bin$" ></file>
<file name="DllSafeCheck.dll" op="add" src="$src$" dest="$bin$" optional=1></file>
<file name="zUpdater.exe" op="add" src="$src$" dest="$bin$" optional=1></file>
</fileop>
<regop>
<!--
<reg op="adddir" root="hkcu" path="" zoomDir="" key="" value="" type=""></reg>
-->
</regop>
<shortcutop>
<shortcut op="addDir" target="$startMenu$\Zoom"></shortcut>
<shortcut op="add" target="$bin$\Zoom.exe" linkFile="$startMenu$\Zoom\Start Zoom.lnk" description="Zoom UMX" iconFile="$bin$\Zoom.exe" iconIdx="0" needAppID="1"></shortcut>
<shortcut op="add" target="$uninstall$\Installer.exe" args="/uninstall" linkFile="$startMenu$\Zoom\Uninstall Zoom.lnk" description="Uninstall Zoom" iconFile="$bin$\Zoom.exe" iconIdx="0"></shortcut>
</shortcutop>
</install>
<uninstall>
<killprocess>
<process name="Zoom.exe"></process>
<process name="zDevHelper.exe"></process>
<process name="zTscoder.exe"></process>
<process name="zCrashReport.exe"></process>
<process name="Zoom_launcher.exe"></process>
</killprocess>
<fileop>
<file name="bin" op="removeDir" dest="$bin$" ></file>
</fileop>
<regop>
</regop>
<shortcutop>
<shortcut op="remove" linkFile="$desktop$\Zoom.lnk"></shortcut>
<shortcut op="removeDir" target="$startMenu$\Zoom"></shortcut>
</shortcutop>
</uninstall>
</zoom_installer_root>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment