Q. [0]} and {0[1]}".format(( 'foo', 'bin'))) (Solved)
1. hello foo and bin
2. hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’)
3. error
4. none of the mentioned
- a. hello foo and bin
1. hello foo and bin
2. hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’)
3. error
4. none of the mentioned