7xGit / 7xGit/7xGit_Task4

Incorrect __name__ == "__main__" Check

未关闭 适合新手
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug good first issue
主要语言
Python
星标
1
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

Description:
The final check for script execution uses:

`if _name_ == "_main_":
`
This results in the script not running.

贡献指南

这个仓库没有索引到贡献指南

调研方向

Find the script file in the repository. Look for the line with `if _name_ == "_main_":` and correct it to `if __name__ == "__main__":`. Run the script to verify it executes correctly after the fix.

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
cli
Issue 类型
缺陷
难度
1/5
预计耗时
1 小时以内
活跃度
停滞
描述清晰度
描述清楚
新手友好度
90/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。