# HG changeset patch # User Puneeth Chaganti # Date 1271842928 -19800 # Node ID 3498d74ed6153f1b2bbbdda0e40c50c632d0241b # Parent fddcfd83e4f0d392318cc94b7d3c40a7c838fcb3 Changed outline of strings.org. diff -r fddcfd83e4f0 -r 3498d74ed615 strings.org --- a/strings.org Wed Apr 21 14:43:08 2010 +0530 +++ b/strings.org Wed Apr 21 15:12:08 2010 +0530 @@ -1,10 +1,21 @@ -* Data Types +* Strings *** Outline -***** Introduction -******* What are we going to do? -******* How are we going to do? -******* Arsenal Required -********* None +***** Strings +******* basic manipulation +******* operations +******* immutability +******* string methods +******* split and join +******* formatting - printf style +***** Odds and Ends +******* dynamic typing +******* comments +***** Simple IO +******* raw_input +******* console output +***** Arsenal Required +******* lists +******* writing to files *** Script Welcome friends.