0
Just out of curiosity
What are the similarities between shell and python
1 ответ
+ 1
Wdym ? What shell ? They are the same thing. The main usage difference is that the shell is for quick testing simple scripts, where you need immediate output without rewriting the code again, and a python file is used when you are writing a working script, and not for testing.
Shell: Used to test things real quick
Files: Used to write working scripts