|
Size: 633
Comment:
|
Size: 790
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
=== Creating Integer Objects === {{{ #!python >>> a = 1 >>> a 1 >>> type(a) <type 'int'> >>> b = int(1) >>> b 1 >>> type(b) <type 'int'> }}} |
Note : This is an experimental page, Python can be learned interactively from a prompt, and learning by observations is a good habit, so this page. -- BaijuMuthukadan
(This page is not linked from main pages yet.)
Creating Integer Objects
__del__ workings
