1. ‘integers:…1234…1234 …001234’
2. ‘integers…1234…1234…123400’
3. ‘integers:… 1234…1234…001234’
4. ‘integers:…1234…1234…001234’
‘integers:…1234…1234 …001234’
1. Error
2. ‘3.3456789 | 3.3456789+00 | 3.345678’
3. ‘3.345678 | 3.345678e+0 | 3.345678’
4. ‘3.345679 | 3.345679e+00 | 3.34568’
‘3.345679 | 3.345679e+00 | 3.34568’
1. ‘3.35 | 03.35 | +003.3’
2. ‘3.3456789 | 03.3456789 | +03.3456789’
3. Error
4. ‘3.34 | 03.34 | 03.34+’
‘3.35 | 03.35 | +003.3’
1. Error
2. (‘3.3456789’, ‘3.3456789’)
3. (3.3456789, 3.3456789)
4. (‘3.3456789’, 3.3456789)
(‘3.3456789’, ‘3.3456789’)
1. Error
2. No output
3. ‘1 more foods’
4. ‘1 more spam’
‘1 more spam’
1. {‘a’ : ‘hello’, ‘q’ : 10, ……..plus built-in names set by Python….}
2. {……Built in names set by Python……}
3. {‘a’ : ‘hello’, ‘q’ : 10}
4. Error
{‘a’ : ‘hello’, ‘q’ : 10, ……..plus built-in names set by Python….}
1. ‘hello good and morning’
2. ‘hello, good, morning’
3. ‘hello, good, and morning’
4. Error
‘hello, good, and morning’
1. mumbai kolkata & delhi
2. Error
3. No output
4. ‘mumbai, kolkata & delhi’
‘mumbai, kolkata & delhi’
1. ‘hello, world, universe’
2. ‘hellos, worlds, universes’
3. Error
4. hellos, world, universe
‘hello, world, universe’
1. Error
2. ‘2.5, 10, [1, 2]’
3. 2.5, 10, 1, 2
4. ’10, 2.5, [1, 2]’
‘2.5, 10, [1, 2]’