Computer Science, asked by 18p35, 2 months ago

which keyword is used to reverse the result of a condition in python​

Answers

Answered by malavika5596
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 kartik123mar
0

Explanation:

python reverse is answer

Similar questions