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