Home / Engineering / Problem Solving and Python Programming / Question
M
Q.) 3. What will be the output of the following
Python code?
1. >>>example = "snow world"
2. >>>print("%s" % example[4:7])
Related MCQs on Problem Solving and Python Programming
Q. Which data structure is needed to convert infix notation to postfix notation?
Q. Which of the following is not the application of stack?
Q. Which CREATE TABLE statement is valid?
Q. Mode of data transfer in FTP, where all the is left to TCP
Q. Say s=”hello” what will be the return value of type(s)?
Q. Which of the following is not a write policy to avoid Cache Coherence?
Q. Earning of a profit is considered to be subsidiary objective of the business:-
Q. Cookies were originally designed for ____________
Discusssion
Login to discuss.