Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [3] 5 is of type <class 'int'>
- [6] 2.0 is of type <class 'float'>
- [9] 1+2j is complex number? True
- [12] 1234567890123456789
- [15] 0.1234567890123456789
- [18] 1+2j
- [21] a[2] = 15
- [25] a[0:3] = [5,10,15]
- [29] [1,2,4]
- [32] t[1] = program
- [35] a = {1,2,3,4,5}
- [37] <class 'set'>
- [40] {1,2,3}
- [43] <class 'dict'>
- [46] d[1] = value
- [48] 5.0
- [50] 10
- [52] -10
- [54] 2.5
- [56] '25'
- [58] {1,2,3}
- [60] (5,6,7)
- [62] ['h', 'e', 'l', 'l', 'o']
- [64] 45
- [66] '912'
Advertisement
Add Comment
Please, Sign In to add comment