sa 11 ip chapter 6
2. What will be the output produced by following code fragments ?
(a) (b) # because statement has been extended to the next line, the correct way is x = “hello” + “to Python” + “world” (c) # In the first line “hello wor” is one single string slice
2. What will be the output produced by following code fragments ? Read More »