यदि str='Information' तो आउटपुट क्या होगा: print (str[2:8])
If str="Information " then what will be the output: print (str[2:8])
A
"formati"
B
"for"
C
"formati"
D
"format"
Explanation
Correct Answer: D) "format"