题目
def printMax(x,y):
'''Prints the maximum of two numbers.
The two values must be integers.'''
x=int(x)
y=int(y)
if x>y:
print(x,'is maximum')
else:
print(y,'is maximum')
printMax(3,5)
print (printMax._doc_)
代码如上,然而执行结果如下
>>>
5 is maximum
Traceback (most recent call last):
File "D:/Python31/code/func_doc.py",line 16,in
print (printMax._doc_) #printMax._doc_需放在字符串中
AttributeError:'function' object has no attribute '_doc_'
>>>
'''Prints the maximum of two numbers.
The two values must be integers.'''
x=int(x)
y=int(y)
if x>y:
print(x,'is maximum')
else:
print(y,'is maximum')
printMax(3,5)
print (printMax._doc_)
代码如上,然而执行结果如下
>>>
5 is maximum
Traceback (most recent call last):
File "D:/Python31/code/func_doc.py",line 16,in
print (printMax._doc_) #printMax._doc_需放在字符串中
AttributeError:'function' object has no attribute '_doc_'
>>>
提问时间:2021-05-05
答案
print (printMax._doc_)
关键是这句话,你调用了自定义函数的一个方法,但是这个方法你没有定义所以才会报错.估计你是想调用函数自带的说明文档方法.那么你应该这么写:print (printMax.__doc__).注意doc左右的下划线,你两边分别写了1个,应该分别写2个
关键是这句话,你调用了自定义函数的一个方法,但是这个方法你没有定义所以才会报错.估计你是想调用函数自带的说明文档方法.那么你应该这么写:print (printMax.__doc__).注意doc左右的下划线,你两边分别写了1个,应该分别写2个
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
- 1已知sina=3/5,a∈(π/2,π),tan(π-b)=1/2,则tan(a-2b)=
- 2一个长方形和正方形的面积都是1225cm2,一个圆的面积是1256cm2.这三个图形的周长那个最大?哪个最小?如果这三个图形的面积相等,你能发现它们的周长之间的大小关系吗?
- 3神舟七号发射时间是
- 4粉煤灰在每立方米和水泥的比
- 5一份贵重的礼物 作文
- 6I took for granted,all the times That I thought would last somehow如何翻译
- 7圆锥的高就是圆锥展开后扇形的半径,
- 8下列化合物不能发生坎尼扎罗反应的是
- 9有盐桥的原电池电解液的选择
- 10解方程(或解比例) x-0.5x=30 1.8x=7.20.8 50%x-30=52.
热门考点
- 15个字母的单词 第三、四个字母是o的 sit on the
- 2假设你是李华,你的笔友Mike给你发来e-mail,询问你今年暑假的计划.(高三作文)
- 3The school is rather badly off for equipment.
- 4这个方程怎么解(3x/5-15) :(x+15)=1 :2
- 5乙烯生成1-丁醇
- 6bob,you can not smoke any more.it will harm your health.---i know.i( )smokin
- 7I like the flowers yellow small in the garden.
- 8常温下,稀释0.1摩尔每升的氨水溶液中氢氧根离子,铵根离子,氢离子的浓度分别是怎样变化的
- 9描写战争的句子, 用上惊魂动魄. 了 雪 下 大, 排列四个不同的句子,加上标点.
- 10一块长方体木料,长宽高分别是15、12、9米,切正方体积木,正方体尽可能大,木料不剩,能分割成多少块积木