![]() | Some builtin datatypes |
lst = [1, 2, 3]; lst[0]dict ={1:'one', 'one': 1}; dict[1];
dict[1]='uno'tup = (1, 2, None); tup[2]str1 = 'This is a string' str2 = "So is this" str3 = """And triple quoted strings can span lines""" str3[10:32] #' quoted strings can\nsp' unicodeStr = u'Well, no interesting charcters in this one'
f = open('index.rss', 'r+')ClassName(constructor, arguments)8 of 11 |
