Python reversed() 函数
定义和用法
The reversed()
函数返回一个反转的迭代器对象。
语法
reversed(sequence)
参数值
参数 | 描述 |
---|---|
sequence | 必需。任何可迭代对象 |
相关页面
The iter() 函数返回一个迭代器对象。
The list.reverse() 方法反转列表。
The reversed()
函数返回一个反转的迭代器对象。
reversed(sequence)
参数 | 描述 |
---|---|
sequence | 必需。任何可迭代对象 |
The iter() 函数返回一个迭代器对象。
The list.reverse() 方法反转列表。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]