1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
what do both do?
they are both ways the program gets input from the user
standard input
A way of inputting data into a program while running and can be accessed in python using input()
common-line argument
A way of inputting data into a program before it is run using the terminal. These values can be accessed by program using sys.argv[] (in sys library)
okay?
okay