Scripting Flashcards
Week 1.9 (5 cards)
1
Q
scripting tasks
A
- file manipulation
- document text processing
- access to system information
2
Q
define script
A
small utility program for a task that would be fine-consuming to complete by hand
3
Q
what should scripts not include
A
user inputs
4
Q
what are command line arguments available as
A
list of strings
5
Q
what does python need to run a program
A
virtual machine