深度学习之瑞士军刀 pytorch入门
第一部分 1、多选题: 已知某函数的参数为35.8,执行后结果为35,可能是以下函数中的()。 选项: A:floor B:abs C:round D:int 答案: 【floor;int】 2、单选题: 以下表达式中,()的运算结果是False。 选项: A:24!=32 B:(10 is 11)==0 C:3<4 and 710 D:’abc’<’ABC’ 答案: 【’abc’<’ABC’】 3、单选题: 在以下Python循环中,for i in range(1,3): for i in range(2,5): pr
暂无评论