【发布时间】:2020-03-28 14:34:36
【问题描述】:
我是编程新手,并尝试通过 edx/microsoft 学习。
我在这个任务上失败了,我不明白。
定义yell_this()并使用可变参数调用
define variable words_to_yell as a string gathered from user input() Call yell_this() with words_to_yell as argument get user input() for the string words_to_yell
我在 linux 上的 azure jupyter notebook 上使用 python 3
【问题讨论】:
-
如果您指出您正在学习的资源,那将非常有帮助。一个链接会很棒!
标签: python python-3.x function input