admin 管理员组

文章数量: 887021


2024年2月24日发(作者:mysql外连接和内连接的区别)

中学生考试常用python代码

print('x大于3,小于等于5')

else:

print('x小于等于3')

4. 循环语句:

# for循环

for i in range(1, 6):

print(i)

# while循环

i = 1

while i < 6:

print(i)

i += 1

5. 列表操作:

# 创建列表

lst = [1, 2, 3, 4, 5]

# 访问列表元素

print(lst[0])

# 切片操作

print(lst[1:3])

# 列表长度

print(len(lst))

- 1 -

# 添加元素

(6)

# 删除元素

(2)

6. 字符串操作:

# 字符串连接

str1 = 'Hello'

str2 = 'World'

str3 = str1 + str2

# 字符串长度

print(len(str3))

# 字符串分割

lst = (' ')

# 字符串查找

print(('World'))

以上是一些中学生考试常用的Python代码,可以在考前复习时参考。

- 2 -


本文标签: 字符串 列表 连接 元素 操作