
Assessment - 5 python
Quiz by Gayathri
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
When name "Vishal" is assigned to object p1 of the Person class in the above code snippet, what did self refer to, in line x?

What will be the output of the following code snippet:

What will be the output of the following code block?

How would you create a Figure with 6 Axes objects organized in 3 rows and 2 columns?
For a certain data analysis, the data of many athletes were collected. Our aim is to visualize the relationship between their height and weight using a joint plot. What would be the most suitable type of plot to draw inferences from the data?
How can you extract all the words that start with the letter 'A' or 'B' from a given string using regex in Python?

Using Beautiful Soup in Python, which one-liner code will find the first <h2> tag in the following HTML structure?

What is the output of the given below Python code?

Which regex pattern in Python can be used to match any sequence of digits?
What will be the output of the following code snippet:
