TulipTools Internet Business Owners and Online Sellers Community

Full Version: R.I.P TupleTools.com... It was real, um... but it wasn't real nice!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Santa_embarassed

Ho HO HO!

Merry Christmas goils Smile

Gashmaster here with a public service announcement about the once (not) mega ecommerce site called TupleTools.com... That's this site right here buoys and gulls.

It lived like a dog, it died like a dog, now cover it over and let's go get a drink!

Smileyshithappens
Santa_smiley
gashmaster Wrote:Tuple

were you referring to a Tuple in python...

Code:
>>> l = [1, 'a', [6, 3.14]]
>>> t = (1, 'a', [6, 3.14])
>>> t
(1, 'a', [6, 3.1400000000000001])
>>> tuple(l)
(1, 'a', [6, 3.1400000000000001])
>>> t == tuple(l)
True
>>> t == l
False

...or are you just dyslexic and have trouble spelling big 2 syllable words like Tulip? Santa_smiley
[amquote]
(11-30-2012, 04:40 AM)mandy Wrote: [ -> ]Santa_smiley
gashmaster Wrote:Tuple

were you referring to a Tuple in python...

Code:
>>> l = [1, 'a', [6, 3.14]]
>>> t = (1, 'a', [6, 3.14])
>>> t
(1, 'a', [6, 3.1400000000000001])
>>> tuple(l)
(1, 'a', [6, 3.1400000000000001])
>>> t == tuple(l)
True
>>> t == l
False

...or are you just dyslexic and have trouble spelling big 2 syllable words like Tulip? Santa_smiley
[/amquote]

All I can really say to that is.... "Mrs. Howell".

Whoa! It's tupletime in scalarville - as in Perl Wink

And I'm dixlestik too Smileyshithappens

.