Learn the basics of Python 3-Code Challenges:Loops
1.Codingquestion1DivisibleByTenCreateafunctionnameddivisible_by_ten()thattakesalistofnumbersnamednumsasaparameter.Returnthecountofhowmanynumbersinthelistaredivisibleby10.defdivisible_by_ten(nums):coun