帮我整理一下python比较常用的英语单词和中文翻译
时间: 2023-03-31 16:05:12 浏览: 117
Sure, here are some commonly used Python words and their translations:
1. Variable - 变量
2. Function - 函数
3. Loop - 循环
4. Condition - 条件
5. List - 列表
6. Dictionary - 字典
7. Tuple - 元组
8. Module - 模块
9. Class - 类
10. Object - 对象
11. String - 字符串
12. Integer - 整数
13. Float - 浮点数
14. Boolean - 布尔值
15. Exception - 异常
I hope this helps!
相关问题
帮我整理一下python比较常用的英语单词和中文翻译用,号分割
Sure, here are some commonly used Python words and their translations in Chinese:
- variable 变量
- function 函数
- loop 循环
- condition 条件
- list 列表
- dictionary 字典
- module 模块
- class 类
- object 对象
- string 字符串
- integer 整数
- float 浮点数
- boolean 布尔值
- import 导入
- print 打印
- input 输入
- exception 异常
- file 文件
- package 包
- argument 参数
- keyword 关键字
- operator 运算符
Hope this helps!
帮我整理一下python英语单词翻译成中文单词和翻译用,分开
Python英语单词 翻译成中文单词 翻译用
Variable 变量 用于存储数据
Function 函数 用于封装可重用的代码块
Loop 循环 用于重复执行代码块
Conditional 条件语句 用于根据条件执行不同的代码块
List 列表 用于存储一组有序的数据
Dictionary 字典 用于存储键值对数据
Module 模块 用于组织代码,方便重用
Package 包 用于组织多个相关的模块
Exception 异常 用于处理程序运行时的错误
Class 类 用于封装数据和方法,实现面向对象编程
阅读全文