1. What is the maximum possible length of an identifier in Python?
2. Following set of commands are executed in shell, what will be the output?
>>>str="hello"
>>>str[:2]
>>>str="hello"
>>>str[:2]
No comments:
Post a Comment
If you have any doubts, let me know.