'刚入门,你还要留我多长时间?才肯放我晋级行者啊!!!!'

'自己编写的一个小小简单python程序'

#ax^2+bx+c=0 解二次方程的根

import math

def getroot(a,b,c):

a=['a','b','c']

b=[0,0,0]

for i in range(3):

["PythonLearningPlan"] ["MyNewPage"]