修改错误缩进

于line 60与line 62修改错误,使分段函数更美观
pull/759/head
cuohua 2021-03-21 16:14:39 +08:00 committed by GitHub
parent 6a639f0d15
commit b024e6ee20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ print('f(%.2f) = %.2f' % (x, y))
```Python
"""
分段函数求值
3x - 5 (x > 1)
3x - 5 (x > 1)
f(x) = x + 2 (-1 <= x <= 1)
5x + 3 (x < -1)
5x + 3 (x < -1)
Version: 0.1
Author: 骆昊