python学习笔记

xiaoxiao2021-02-28  63

1.错误提示:IndentationError:expected an indented block

    说明此处需要缩进,你只要在出现错误的那一行,按空格或Tab键缩进就行。

2.r'':在字符串赋值的时候 前面加'r'可以防止字符串在时候的时候不被转义

转载请注明原文地址: https://www.6miu.com/read-33853.html

最新回复(0)