首页题库练习题目详情
Python程序设计单选题中等

以下代码的执行结果是? def func(): return 5+3 print(func())

A5
B3
C8
DNone