1.

3. What will be the output of the followingPython code?1. >>>example = "snow world"2. >>>print("%s" % example[4:7])

A. wo
B. world
C. sn
D. rl
Answer» B. world


Discussion

No Comment Found