Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京东搜索采集自动验证
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄梓誉
京东搜索采集自动验证
Commits
25a781de
Commit
25a781de
authored
Feb 21, 2024
by
huangiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f9be7d8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
main.py
main.py
+1
-16
No files found.
main.py
View file @
25a781de
# 这是一个示例 Python 脚本。
# https://www.tapd.cn/36769433/prong/stories/view/1136769433001003855
\ No newline at end of file
# 按 Shift+F10 执行或将其替换为您的代码。
# 按 双击 Shift 在所有地方搜索类、文件、工具窗口、操作和设置。
def
print_hi
(
name
):
# 在下面的代码行中使用断点来调试脚本。
print
(
f
'Hi, {name}'
)
# 按 Ctrl+F8 切换断点。
# 按间距中的绿色按钮以运行脚本。
if
__name__
==
'__main__'
:
print_hi
(
'PyCharm'
)
# 访问 https://www.jetbrains.com/help/pycharm/ 获取 PyCharm 帮助
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment