首页
首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
AdelineL
掘友等级
高中生
随便记点考试用的东西而已,别看
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
0
文章 0
沸点 0
赞
0
返回
|
搜索文章
最新
热门
【Exception Handling】try... except... else... finally... + raise
try... except... test a block of code for errors. 测试代码块中的错误。 handle the error. 处理错误。 If try block raises an error, except block will be exe…
【Validation】Presence Check on Input
Check if an input is empty. ⚠ Type of variable cannot be defined when input*, only after. ⚠
【Validation】3 validations
ProblemDo3validationsWrongCodingCorrectCodingMethod1whileTrue+ifcondition+break=REPEATandUNTILcomman
【Loop】While loop
The condition after a While loop is always the one that you don't want. 当循环后面的条件总是你不想要的。 While looping is the process of throwing away the …
【Validation】Type Check on Input
Check if a user-input variable is a number. 在Python 中isdigit () 检测字符串是否只由数字组成。 no need for a separate presence check when using .isdigit. 使…
掘金 Markdown 编辑器使用手册
在 Markdown 中插入链接不需要其他按钮,你只需要使用[显示文本](链接地址) 这样的格式语法即可。示例: 插入图片的语法与插入链接的语法很像,只是前面多了一个 !. 语法如下: 以上是最常见的 Markdown 的语法和格式,非常感谢使用掘金-Markdown 编辑器。
个人成就
文章被点赞
1
文章被阅读
2,715
掘力值
80
关注了
0
关注者
0
收藏集
0
关注标签
2
加入于
2020-04-06