Search Header Logo

Python Basics + Comments

Authored by DirectEd Development

Other

Professional Development

Used 284+ times

Python Basics + Comments
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the print() function in Python?

Perform complex calculations

Create a new file

Display a specified message on the screen

Run Jupyter Notebook

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if you encounter an error while running your code in Jupyter Notebook?

Restart your computer

Ignore the error and continue

Copy-paste the code from the instructions

Compare your code with the provided code or Google the error code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you put a # (octothorpe) character at the beginning of a line in your Python script?

It turns the line into a comment, and Python ignores it.

It causes an error in the code.

It prints the line twice.

It creates a new line of code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make your script print only one of the lines? (using comments)

Put a # at the beginning of all lines except the desired one.

Delete all line containing print()

Use the input() function.

Use the print() function twice

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do you need to include the study drills in the files you submit?

No, they are optional.

Yes, include the study drills in the files you submit.

Only submit exercise files without study drills.

No, submit only the code provided in the exercise.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of comments in Python?

To disable or comment out code.

To disable or comment out code.

To run as part of the program.

To add complexity to the code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is commonly used to indicate the beginning of a comment in Python?

$

*

#

@

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?