Reversed and Sorted Iteration : Reversed : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Reversed »

 

Reversed and Sorted Iteration


print sorted([43683])
print sorted('Hello, world!')
print list(reversed('Hello, world!'))
print ''.join(reversed('Hello, world!'))



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Reversed