#py list1=[14,2,4,56,7,8,5] def top2(list1): big = list1[0] i = 1 while(i<=len(list1)): if(big<list1[i]): big = list1[i] i = i + 1 return big who knows why there is error with if
— Could I ask here about python regex?
— !meta
— <= in while
— How can I read a line and substitute it, I wanna do it in a txt with all the lines
— Hi Witch visual tkinter designer can I use
— Hi
— I have a question
— You r given two numbers a,b and you have to find smallest no. that is divisible by all the numbers between a and b.