How do I create a variable with python code so I can do things like
A = 5 print ("A")
which the result is 5
Thank you
Variables on python
How do I create a variable with python code so I can do things like
A = 5
print ("A")
which the result is 5
Thank you