

InterviewSolution
Saved Bookmarks
1. |
Is python case sensitive when dealing with identifiers |
Answer» yes, python is a case-sensitive language.e.g: a=10and A=10 both are different in python<br>Yes | |