python中多重if语句用法_Python3 |在for循环中使用多个if语句?
我找遍了,没有找到符合我需要的东西。在我有三个for循环,每个循环中都有一个if条件。代码如下:for friend in friends:columns = friend.split("\n")if len(columns) == 4:c.execute("""INSERT INTO `fb_friends`(`name`, `no_of_mutual_friends`, `no_of_new_...