当我做一些代码测试时,在解决方案函数下面有一些注释是这样的:
""" :type x: int :rtype: int """
x是我唯一的输入,那么rtype代表什么?
x
python python-sphinx
python ×1
python-sphinx ×1