Computer Science, asked by mjkin4436, 1 year ago

How do I check if a Python variable exists?

Answers

Answered by pandeysakshi2003
0

Python doesn't have a specific function to test whether a variable is defined, since all variables are expected to have been defined before use - even if initially just assigned the None object. Attempting to access a variable that hasn't previously been defined will raise an exception.

please make me brainlist

Answered by omegads04
0

Do not know the answer buddy.

Similar questions