the output to len (ABCDef) will be:
Answers
Answered by
0
Answer:
Explanation:
What will be output of following Python code?
6. What will be the output of the following Python code? Explanation: As the value of i or x isn't changing, the condition will always evaluate to True.
Answered by
1
Explanation:
you will get lenght as 6 but before that your syntax is wrong actually the correct syntax is len (ABCDef): check once
Similar questions