if <boolean> : # do this
boolean必须是True或False.
那么为什么
if "poi": print "yes"
输出:是的
我不明白为什么是打印,因为"poi"是虚假的真或假.
python
python ×1