Practice - Working with Code Cells
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
What is the purpose of a code cell?
💡 Hint: Think about where you would write your code.
What keyboard shortcut runs a code cell?
💡 Hint: It moves you to the next cell as well.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What key combination is used to execute a code cell?
💡 Hint: Think about the action you want.
True or False: You need to rerun the entire notebook if you change one code cell.
💡 Hint: Focus on the functionality of notebooks.
Get performance evaluation
Challenge Problems
Push your limits with advanced challenges
Write a code cell that takes user input for two numbers and prints their average. How would you implement error handling?
💡 Hint: Consider using `input()` for user input and converting to `float`.
Create a program that uses a loop in a code cell to print Fibonacci numbers up to a certain count specified by the user.
💡 Hint: Think about how to store the previous two numbers to calculate the next.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.