Is there a way to protect built-in variables? This means that I get a warning if I use code like this:
pi = 5
var('I')
1 | initial version |
Is there a way to protect built-in variables? This means that I get a warning if I use code like this:
pi = 5
var('I')
2 | retagged |
Is there a way to protect built-in variables? This means that I get a warning if I use code like this:
pi = 5
var('I')