上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 345 下一页
摘要: # -*- coding: utf-8 -*-"""Created on Sat Jul 17 17:23:50 2021@auth... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-"""Created on Sat Jul 17 17:23:50 2021@auth... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(62) 评论(0) 推荐(0)
摘要: 这是一种最容易想到的方法 import numpy as np#a=np.random.randint(100,size=10)a=... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(12) 评论(0) 推荐(0)
摘要: 这是一种最容易想到的方法 import numpy as np#a=np.random.randint(100,size=10)a=... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: def cm(s): s1=list(zip(*s)) cc='' for k in s1: ... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: def cm(s): s1=list(zip(*s)) cc='' for k in s1: ... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: class Solution(object): def romanToInt(self, s): """ ... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: class Solution(object): def romanToInt(self, s): """ ... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(24) 评论(0) 推荐(0)
摘要: 1.对序列进行操作(以 '.'为分隔符) seq = ['hello','good','boy','doiido'] print('... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: 1.对序列进行操作(以 '.'为分隔符) seq = ['hello','good','boy','doiido'] print('... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 345 下一页