1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
List []
indexed (ordered), changeable, and can duplicate members
Tuple ()
indexed(orded), but unchangeable. Can duplicate
Set {}
Unordered (not indexed), unchangeable (cannot remove or add items), cannot duplicate
Dictionary {}
Ordered and changeable but cannot duplicate keys
Breakpoint
stops program at a line
watch
displays variables
step
stepping through program line by line
trace
tracing execution by displaying message at statement/subroutine called