Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)

by Anonymous Monk
on Jun 05, 2007 at 13:41 UTC ( [id://619391]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [word for word in words.split()] ?
    
  2. or download this
    def reverseWords(words):
        return ' '.join(words.split()[::-1])
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://619391]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-03-29 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found