Computer Science, asked by adehyadav693, 1 year ago

Phyton program to find total no of upper case and lower case characters.

Answers

Answered by Anonymous
0

Explanation:

a function has side effects we call it a procedure, so functions do not have side effects. We consider that a function has a side effect if it modifies a mutable data structure or variable, uses IO, throws an exception or halts an error; all of these things are considered side effects.

Similar questions