博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python 中出现 “IndentationError: expected an indented block” 问题
阅读量:5114 次
发布时间:2019-06-13

本文共 203 字,大约阅读时间需要 1 分钟。

python 学习


  1. 在定义Python函数的时候如下

    >>>def hello()

    . . .print "hello"

    这样会报错的,报错如下:

    IndentationError: expected an indented block

    其实是空格的问题,需要在 print"hello"之前加空格!
  2. 哈哈

转载于:https://www.cnblogs.com/pualus/p/6016125.html

你可能感兴趣的文章
IO—》Properties类&序列化流与反序列化流
查看>>
Codeforces 719B Anatoly and Cockroaches
查看>>
关于TFS2010使用常见问题
查看>>
聚合与组合
查看>>
ionic2+ 基础
查看>>
Screening technology proved cost effective deal
查看>>
Thrift Expected protocol id ffffff82 but got 0
查看>>
【2.2】创建博客文章模型
查看>>
Jsp抓取页面内容
查看>>
大三上学期软件工程作业之点餐系统(网页版)的一些心得
查看>>
Java语言概述
查看>>
关于BOM知识的整理
查看>>
使用word发布博客
查看>>
面向对象的小demo
查看>>
微服务之初了解(一)
查看>>
GDOI DAY1游记
查看>>
MyBaits动态sql语句
查看>>
HDU4405(期望DP)
查看>>
拉格朗日乘子法 那些年学过的高数
查看>>
vs code 的便捷使用
查看>>