2021-09-23 23:15 回答问题
你这个报错了
2021-09-23 23:14 回答问题
用type( )
2021-09-23 22:49 回答问题
围观学习中,,,看看
2021-09-23 21:49 回答问题
end 是 print 函数中的参数 如:sort(reverse = True, key = func()) reverse 和 key 是 sort 函數中的參數一樣意思
2021-09-11 21:14 回答问题
你需要把assert后面的表达式当成一个整体 使用or 是左右两边只要有一个为真 就返回True ,而and 是只要有一个只要有一个是假 就返回False,你这个地方返回参数有一个为真 所以 使用or 永远是返回的True 就不会报错
2021-09-11 21:12 回答问题
多了个(
2021-08-07 19:21 回答问题
请问r需要加在哪里?谢谢!
2021-08-07 15:38 回答问题
[code brush:text;toolbar:false;]>>>str=\'pythontab.com\' >>>str[::-1]#使用切片的步进值 #结果为:moc.batnohtyp[/code]可以看一下这个文章:python切片详解:http://www.pythontab.com/html/2013/pythonjichu_0128/182.html
2021-07-10 18:27 发起提问