Completed question 21 with a grade of 100% on https://robotsbuildingeducation.com
Which of the following statements is true? #LearnWithNostr
Completed question 20 with a grade of 100% on https://robotsbuildingeducation.com
Which Python built-in function returns the number of elements in a list? #LearnWithNostr
Completed question 19 with a grade of 100% on https://robotsbuildingeducation.com
Given `items = [10, 20, 30, 40]`, write a Python for-loop that prints each item. #LearnWithNostr
Completed question 18 with a grade of 100% on https://robotsbuildingeducation.com
Arrange the steps Python’s list takes when it needs more capacity: #LearnWithNostr
Completed question 17 with a grade of 100% on https://robotsbuildingeducation.com
What is the amortized time complexity of `list.append()` in Python? #LearnWithNostr
Completed question 16 with a grade of 75% on https://robotsbuildingeducation.com
In your own words, explain why understanding time complexity (Big-O) is important when choosing a data structure. #LearnWithNostr
Completed question 15 with a grade of 100% on https://robotsbuildingeducation.com
Complete the following code: #LearnWithNostr
Completed question 14 with a grade of 100% on https://robotsbuildingeducation.com
What is the primary purpose of an `if` statement? #LearnWithNostr
Completed question 13 with a grade of 75% on https://robotsbuildingeducation.com
What is a function, and why is it useful in programming? #LearnWithNostr
Completed question 12 with a grade of 100% on https://robotsbuildingeducation.com
Write a function named `greet` that takes a name as a parameter and logs a greeting with the name. #LearnWithNostr
Completed question 11 with a grade of 100% on https://robotsbuildingeducation.com
Arrange the steps with drag-and-drop to create and use a function. #LearnWithNostr
Completed question 10 with a grade of 100% on https://robotsbuildingeducation.com
Which of the following are primitive data types in JavaScript? #LearnWithNostr
Completed question 9 with a grade of 0% on https://robotsbuildingeducation.com
Let's chat about the questions we've worked on so far. #LearnWithNostr
Completed question 9 with a grade of 0% on https://robotsbuildingeducation.com
Let's chat about the questions we've worked on so far. #LearnWithNostr
Completed question 8 with a grade of 70% on https://robotsbuildingeducation.com
In your own words, explain one advantage of using classes and objects in Python. #LearnWithNostr
Completed question 7 with a grade of 100% on https://robotsbuildingeducation.com
In Bash, create a directory named `project`, change into it, and then create an empty Python file called `app.py`. #LearnWithNostr
Completed question 6 with a grade of 100% on https://robotsbuildingeducation.com
What syntax retrieves the age attribute from a person instance? #LearnWithNostr
Completed question 5 with a grade of 100% on https://robotsbuildingeducation.com
Extend the Person class by adding a greet(self) method that returns 'Hello, my name is ' + self.name. #LearnWithNostr
Completed question 4 with a grade of 100% on https://robotsbuildingeducation.com
Which snippet correctly defines a Python class Person with name and age? #LearnWithNostr
Completed question 3 with a grade of 100% on https://robotsbuildingeducation.com
Select all the correct steps to create an object from a Python class: #LearnWithNostr
Completed question 2 with a grade of 100% on https://robotsbuildingeducation.com
Arrange the steps to define a Python class with an __init__ and a method: #LearnWithNostr
What are some of your favorite tools for vibe coding?
Completed question 17 with a grade of 100% on https://robotsbuildingeducation.com
Which logical operator is used to check if both conditions in a conditional statement are true? #LearnWithNostr
Completed question 14 with a grade of 100% on https://robotsbuildingeducation.com
What is the primary purpose of an `if` statement? #LearnWithNostr
Completed question 13 with a grade of 70% on https://robotsbuildingeducation.com
What is a function, and why is it useful in programming? #LearnWithNostr
Completed question 12 with a grade of 100% on https://robotsbuildingeducation.com
Write a function named `greet` that takes a name as a parameter and logs a greeting with the name. #LearnWithNostr
Completed question 3 with a grade of 100% on https://robotsbuildingeducation.com
Select all the steps involved in correctly declaring a variable in JavaScript: #LearnWithNostr