python里面if语句一直出错_如何用Python写if and, 总是出错,但是我觉得代码没问题...

本人刚学python,作业要求是用python写html的页面然后把log文件的东西打印在网页上,网页打印什么的都没问题了,就是要把在同一时间访问同一页面的IP全都删掉,我用ifor如果三项有一项...

本人刚学python,作业要求是用python写html的页面然后把log文件的东西打印在网页上,网页打印什么的都没问题了,就是要把在同一时间访问同一页面的IP全都删掉,我用if or 如果三项有一项不一样就打印(就没有重复的了)

底下是我代码,总出错,错误也截图了

#!C:/Python27/python.exe

#!/usr/bin/python

# -*- coding: utf-8 -*-

#

# File handling test

#

#

#

text_file = open("access.log", "r")

entire_file = text_file.readlines()

text_file.close()

print ""

print ""

print "

Python Test"

print ""

print "

"

print ""

print ""

print "

"

print "

print "

IPDateAction"

for line in reversed(entire_file):

try:

arr = line.split(' ')

date = arr[3]

matchIP = arr[0]

matchDate = date[1:]

matchAct = arr[6]

if( matchIP is not a | b is not matchDate | c is not matchAct):

print "

", matchIP, "", matchDate, "", matchAct, ""

a = matchIP

b = matchDate

c = matchAct

except IndexError, e:

error = e

print "

"

print ""

print ""

展开

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值