This commit is contained in:
Wcowin 2023-10-14 01:35:27 +08:00
parent 91f8000a7a
commit 413fd3611d
7 changed files with 0 additions and 80 deletions

5
.idea/.gitignore generated vendored
View File

@ -1,5 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated
View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Wcowin.github.io.iml" filepath="$PROJECT_DIR$/.idea/Wcowin.github.io.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -1,19 +0,0 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}

View File

@ -1,3 +0,0 @@
{
"git.ignoreLimitWarning": true
}

27
love.py
View File

@ -1,27 +0,0 @@
import random
you_love_me = random.choice([True, False])
me_love_you = random.randint(1, 10) #
#你爱我或不爱我
if you_love_me or (not you_love_me):
#爱就在那里
#不增不减
me_love_you += 1
me_love_you -= 1
#但你的:一句明天见
you_say = input()
while you_say =="I love you":
#偷走了我
#整晚的睡眠
i_can_not_sleep = True
print("I love you too")
break
# 你爱我或不爱我
# 爱就在那里
# 不增不减
# 但你的一句明天见
# 偷走了我
# 整晚的睡眠
#来自pythontip 情书