Video details loadedContinue
HomeMIT 6.100L Introduction to CS and Programming using Python, Fall 2022Lecture 2: Strings, Input/Output, and Branching
Lecture 2: Strings, Input/Output, and Branching
1:18:58
Up Next
Lecture 3: Iteration
This lecture discusses the core elements of programs: strings, input/output, f-strings, operators, branching, and indentation. Big idea: Debug early, debug often. Write a little and test a little. Don’t write a complete program at once. It introduces too many errors. Use the Python Tutor to step through code when you see something unexpected!