The command print(“name”.title()) worked for me in Python 3.8.3 Shell, but not in ST, and after some googling I realized this is due to my ST running on Rscript instead of Python (correct me if I’m wrong).
So how do I make it run on Python? I’ve already added Python’s path to the environment variables (both user and system), but it doesn’t do anything.
Thanks
