有代码 city = ["Qingdao","Beijing","Shanghai","Wuhu","Hefei"],则正确获取 city 元素个数的命令是?( )
city.clear()
city.copy()
city.reverse()
len(city)