mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
10.14
This commit is contained in:
parent
91f8000a7a
commit
413fd3611d
5
.idea/.gitignore
generated
vendored
5
.idea/.gitignore
generated
vendored
@ -1,5 +0,0 @@
|
|||||||
# 默认忽略的文件
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# 基于编辑器的 HTTP 客户端请求
|
|
||||||
/httpRequests/
|
|
12
.idea/Wcowin.github.io.iml
generated
12
.idea/Wcowin.github.io.iml
generated
@ -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
8
.idea/modules.xml
generated
@ -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
6
.idea/vcs.xml
generated
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
19
.vscode/c_cpp_properties.json
vendored
19
.vscode/c_cpp_properties.json
vendored
@ -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
|
|
||||||
}
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"git.ignoreLimitWarning": true
|
|
||||||
}
|
|
27
love.py
27
love.py
@ -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 情书
|
|
Loading…
x
Reference in New Issue
Block a user