单选题

对于以下自定义函数及程序,运行后的结果是?( 

def prts( str ):
  print (str)
  return str
s="Py"
prts(prts(s))

A

出错

B

Py

C

Py及None

D

Py及Py

赣ICP备20007335号-2