Python Perfect Square

前端 未结 3 760
无人共我
无人共我 2021-01-27 07:40

I\'m writing a function that takes a list L as a parameter and returns a list consisting of all the elements in L that are perfect squares.

def isPerfectSquare(         


        
3条回答
提交回复
热议问题