求大神把这段JAVA代码改成Python 50

Filefscan=newFile(ioparm.f_input);Scannerinput=newScanner(fscan);Stringline;while((li... File fscan=new File(ioparm.f_input);
Scanner input=new Scanner(fscan);
String line;
while ((line=input.nextLine())!=null) { // read friendship pair (s,f)
if(line.equals("END")){
break;
}
String[] se=line.split("\t");
s=Integer.parseInt(se[0]);
f=Integer.parseInt(se[1]);
//w=Integer.parseInt(se[2]);
numlinks++; // count number of edges
if (f < s) { t = s; s = f; f = t; } // guarantee s < f
if (f > numnodes) { numnodes = f; } // track largest node index

if (t2-t1>ioparm.timer) { // check timer; if necessarsy, display
System.out.println(" edgecount: ["+numlinks+"]");
t1 = t2; //
ioparm.timerFlag = true; //
} //

}
input.close();
展开
 我来答
百度网友b50eb86
2014-04-09 · TA获得超过258个赞
知道小有建树答主
回答量:369
采纳率:0%
帮助的人:195万
展开全部
你不如把目的讲出来叫做Python。能有多少人同时懂这两种语言的·······
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
yycgis
2014-04-08 · TA获得超过8267个赞
知道大有可为答主
回答量:6831
采纳率:63%
帮助的人:1542万
展开全部
你能说说,你祥干什么吗?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式