cmc-csci040
cmc-csci040 copied to clipboard
Interactive Python Command
What's the syntax for opening interactive python in files that are inside other folders?
The syntax is always
$ python3 -i path/to/file
The part you are probably struggling with is figuring out what the correct value should be for path/to/file. There are many options, but you can always use the absolute path (which you get by right clicking and selecting copy path).