摘要: 原文:https://blog.csdn.net/liang19890820/article/details/69690954 简述 在 Python 中,运算符是执行算术或逻辑运算的特殊符号,操作的值被称为操作数。例如: 1 2 这里,+ 是执行加法的运算符,5 和 6 是操作数,11 是操作的输 阅读全文
posted @ 2018-08-06 07:48 liujiacai 阅读(260) 评论(0) 推荐(0)