Python Codecademy 函数17课

Posted 十月的雨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Codecademy 函数17课相关的知识,希望对你有一定的参考价值。

def shut_down(s):
    if s=="yes":
        return "Shutting down"
    elif s=="no":
        return "Shutdown aborted"
    else:
        return"Sorry

17课这个小程序,改了好几遍,错误原因

1.关键字return打错了。(⊙﹏⊙)b

2.return后加了括号

3.用了print

以上是关于Python Codecademy 函数17课的主要内容,如果未能解决你的问题,请参考以下文章

Python Codecademy 9单元Battleship!

第17课 python 模块

codecademy练习记录--Learn Python(70%)

Learning Python from Codecademy

"print" 在 Python 3 中抛出无效的语法错误

python PygLatin:CodeCademy上的一个Python作业