时间:2024-10-12 07:32:10
1、打开一个python文件。
3、想要统计numbers3序列中4这个元素出现的次数,可以使用count方法来实现,可以这样写:numbers3.count(4)
5、右键单击,弹出菜单,点击run code运行程序。