Size: 259
Comment:
|
Size: 520
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
<<TableOfContents(2)>> | <<TableOfContents(3)>> |
Line 10: | Line 10: |
== Scalar == | == Scalar/Number == * Plain integer: {{{9}}} * Long integer: {{{9**99, 1L}}} * Hex integer: {{{0x10}}} * Floating point: {{{0.1}}} * Exponential floating point: {{{1e-3}}} * Complex: {{{3+2j}}} |
Line 12: | Line 18: |
== Tuple == | == Sequences == |
Line 14: | Line 20: |
== List == | === String === === Tuple === === List === |
Line 18: | Line 28: |
= Extended data types= | = Extended data types = |
Line 21: | Line 31: |
= Copy and reference = |
Contents
Built-in
Scalar/Number
Plain integer: 9
Long integer: 9**99, 1L
Hex integer: 0x10
Floating point: 0.1
Exponential floating point: 1e-3
Complex: 3+2j
Sequences
String
Tuple
List
Dictionary
Extended data types
Array