The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #733
reversed("hello")
The reversed() function returns an iterator. print(reversed("hello")) will not output olleh . (programiz.com/python-programming/methods/built-in/reversed)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: