【python笔记系列】字符串的基本使用01

2026-02-15 06:24:51

1、定义一个a变量

【python笔记系列】字符串的基本使用01

2、定义一个b变量

【python笔记系列】字符串的基本使用01

3、定义c变量进行a+b操作

【python笔记系列】字符串的基本使用01

4、定义d变量,对a*5操作

【python笔记系列】字符串的基本使用01

5、输出c的值

【python笔记系列】字符串的基本使用01

6、输出d的值

【python笔记系列】字符串的基本使用01

7、整段代码学习

【python笔记系列】字符串的基本使用01

猜你喜欢