crash course on python coursera answers
Week 1 โ Hello Python!
Week 1 โ Hello Python! Practice Quiz: Introduction to Programming 1. Whatโs a computer program? Answers A set of languages available in the computer A
Week 2 โ Basic Python Syntax
Practice Quiz: Expressions and Variables 1. This code is supposed to display โ2 + 2 = 4โ on the screen, but there is an error.
Week 3 โ Loops
Practice Quiz: While Loops 1. In Python, what do while loops do? Answers while loops tell the computer to repeatedly execute a set of instructions
Week 4 โ Strings, Lists and Dictionaries
Practice Quiz: Strings 1. Fill in the blanks to complete the is_palindrome function. This function checks if a given string is a palindrome. A palindrome
Week 5 โ Object Oriented Programming (Optional)
crash course on python week 5 quiz answers Practice Quiz: Object-oriented Programming (Optional) 1. Letโs test your knowledge of using dot notation to access methods