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