What will be the output of the following Python code?
Check your spam folder if password reset mail not showing in inbox????
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
>>>str="hello" >>>str[:2] >>> a) he b) lo c) olleh d) hello View Answer Answer: a Explanation: We are printing only the 1st two bytes of string and hence the answer is โheโ.
>>>
a) he
See lessb) lo
c) olleh
d) hello
View Answer
Answer: a
Explanation: We are printing only the 1st two bytes of string and hence the answer is โheโ.