I am looking for an alt-code that I can use to insert rho (ρ) into python.
I have tried Alt + 961 which returns ┴ which does not work. I can however copy a rho symbol from Word and paste into python which does work, but would be better to be able to directly insert it into python.
The reason for not wanting to explore the unicode options for the greek symbol ρ is because I like having my variables as greek letters when coding. I am fully aware that there are formatting options with the print() command to give the ρ symbol, however I would like ρ to be the subject of my equation. Or am I wrong and it can be done with unicode?
Any ideas?