Which of the following statements are incorrect?
(i) Jump statements transfer the control from are part of the program to another conditionally.
(ii) goto, continue, pass are the three jump statements in python.
(iii) In Python, indentation is important in loop and other control statements.
(iv) Pass statement used as a place holder.
i and ii
ii and iii
iii and iv
i and iv