which keyword is used to reverse the result of a condition in python
Answers
Answered by
1
Answer:
Python reversed() function
The reversed() function allows us to process the items in a sequence in reverse order. It accepts a sequence and returns an iterator
Answered by
0
Explanation:
python reverse is answer
Similar questions