std input / command line arg

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:59 PM on 3/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards

what do both do?

they are both ways the program gets input from the user

2
New cards

standard input

A way of inputting data into a program while running and can be accessed in python using input()

3
New cards

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)

4
New cards

okay?

okay