Thread
:
Sorting integer lists
View Single Post
Sep 30th, 2007, 3:50 PM
#
2
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
(
Toggle Plain Text
)
>>> int("23") 23 >>> "23" * 2 '2323' >>> int("23") * 2 46
>>> int("23") 23 >>> "23" * 2 '2323' >>> int("23") * 2 46
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei