python輸出結(jié)果 用python編程實(shí)現(xiàn)輸入兩個(gè)整數(shù),輸出對(duì)應(yīng)的兩個(gè)整數(shù),這個(gè)怎么做???
用python編程實(shí)現(xiàn)輸入兩個(gè)整數(shù),輸出對(duì)應(yīng)的兩個(gè)整數(shù),這個(gè)怎么做啊?Print(“please enter the first integer”)num1=input()打?。ā皃lease ent
用python編程實(shí)現(xiàn)輸入兩個(gè)整數(shù),輸出對(duì)應(yīng)的兩個(gè)整數(shù),這個(gè)怎么做???
Print(“please enter the first integer”)num1=input()打?。ā皃lease enter the second integer”)num2=input()打?。ā澳斎氲牡谝粋€(gè)整數(shù)是%D,第二個(gè)整數(shù)是%D”%(num1,num2))