单项选择题在Python中,存在一个函数hello(name=Jane)。调用函数hello(“Tom”),此时在函数内部初始化执行时,name变量为Jane。
单项选择题在Python中,可以使用tuple()和list()进行元组和列表的相互转换。