摘要:
the use of the c++'s shift operator << and the >> where we can use? -> we can use it to represent the 1k, 1M, or the 1G, that is very useful; -> we ca 阅读全文
摘要:
python对于真和假的定义 1.简要说明 在python中一切都是对象。我们知道,要进行逻辑运算,就要知道真和假。高中的数学就知道了,真 and 真=真,真 and 假 =假。以及真 or 假 = 真。总结起来就是,进行逻辑与运算的时候,两个必须是真才能是真,否则结果为假。 进行逻辑或运算的时候, 阅读全文