1. ‘1’
2. ‘1.234’
3. ‘1.23’
4. ‘1.2’
‘1.23’
1. ‘ff, 255’
2. ‘255, 255’
3. ‘15f, 15f’
4. Error
‘ff, 255’
1. True
2. False
True
1. ‘first=H, third=L’
2. ‘first=0, third=2’
3. Error
4. ‘first=0, third=L’
‘first=H, third=L’
1. Error
2. “a=’H’, b=’O’, c=(E, L)”
3. “a=H, b=O, c=[‘E’, ‘L’]”
4. Junk value
“a=H, b=O, c=[‘E’, ‘L’]”
1. first, right
2. second, left
3. first, left
4. second, right
second, left
1. [0xFF, 255, 16, 255]
2. (‘0xff’, 155, 16, 255)
3. Error
4. (‘0xff’, 255, 255)
(‘0xff’, 255, 255)
1. True
2. False
True
1. ‘hello world’
2. ‘hello’ ‘world’ ‘hello’
3. ‘helloworldhello’
4. ‘hello’ ‘hello’ ‘world’
‘helloworldhello’
1. Error
2. sanfoundry
3. san foundry
4. {‘san’, ‘foundry’}
sanfoundry