hello ive been working on a small project and im a bit stuck.
import subprocess
path = "/var/log"
#i wanna be able to do something like
subprocess.call("nano path")
# but i noticed that using nano like that wont work because path is just a python string
any help