自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 收藏
  • 关注

原创 lintcode新手必刷50题(Python)15

len()是一个内置函数;返回列表、元组、集合等容器类型的元素个数;返回字典中键值对的个数。

2024-04-17 21:39:29 177

原创 lintcode新手必刷50题(Python)14

【代码】lintcode新手必刷50题(Python)14。

2024-04-16 21:46:37 368

原创 lintcode新手必刷50题(Python)13

【代码】lintcode新手必刷50题(Python)13。

2024-04-15 21:32:16 389 1

原创 lintcode新手必刷50题(Python)12

None是一个真正的对象,并且有真实的内存,例如函数中return 默认返回值是None,而不是不返回值。

2024-04-14 21:41:44 179 1

原创 lintcode新手必刷50题(Python)11

函数insert() :用于将指定对象插入列表的指定位置。

2024-04-13 21:00:00 218 1

原创 lintcode新手必刷50题(Python)10

【代码】lintcode新手必刷50题(Python)10。

2024-04-12 21:10:07 289 1

原创 lintcode新手必刷50题(Python)9

【代码】lintcode新手必刷50题(Python)9。

2024-04-11 20:07:27 101 1

原创 lintcode新手必刷50题(Python)8

【代码】lintcode新手必刷50题(Python)8。

2024-04-10 19:12:13 323 1

原创 lintcode新手必刷50题(Python)7

【代码】lintcode新手必刷50题(Python)7。

2024-04-07 19:55:40 447

原创 lintcode新手必刷50题(Python)6

capitalize()句首大写,其余都小写;swapcase()小写变大写,大写变小写;title()首字母大写,其余都小写。upper()小写变大写;lower()大写变小写;

2024-04-02 21:30:00 221 1

原创 lintcode新手必刷50题(Python)5

判断数字与字母字符:""""""if c in b:else:

2024-04-01 19:59:22 556

原创 lintcode新手必刷50题(Python)4

巴什博弈:""""""if n%4==0:else:

2024-03-31 21:17:47 384 1

原创 lintcode新手必刷50题(Python)3

计算周长和面积

2024-03-30 21:21:02 294

原创 lintcode新手必刷50题(Python)2

反转一个三位数:""""""

2024-03-30 20:25:59 138

原创 lintcode新手必刷50题(Python)1

A+B问题:""""""return a+b。

2024-03-29 21:38:16 211

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除