帮我整理一下python比较常用的英语单词和中文翻译用,号分割
时间: 2023-03-31 09:05:12 浏览: 113
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!
阅读全文