Is python a sensitive language explain with examples?.
Answers
Answered by
1
Answer:
Python is a case-sensitive language. This means, Variable and variable are not the same. Always name identifiers that make sense. While, c = 10 is valid.
Explanation:
HOPE THIS HELPS U
>>>THANK U<<<
Answered by
0
Answer:
yeah
A="as"
print(a) #it shows error
and
Print(a)#it shows error
Explanation:
because in python letters are case sensitive
Similar questions
Computer Science,
5 months ago
Math,
5 months ago
Geography,
11 months ago
Computer Science,
11 months ago
Chemistry,
1 year ago
English,
1 year ago