Search Header Logo

Exploring Python Fundamentals

Authored by Junel Ventura

Information Technology (IT)

University

Used 12+ times

Exploring Python Fundamentals
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to start a Python program?

Start with 'def main():'

Use 'print("Hello, World!")' as the first line

Begin with 'import this'

Use 'if __name__ == "__main__":' to start the main execution of a Python program.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

1variable

variable-name

variable name

variable1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from a user in Python?

Use the 'input()' function to take input from a user.

Use the 'get_input()' function to take input from a user.

Use the 'scan()' function to take input from a user.

Use the 'read()' function to take input from a user.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to print output to the console in Python?

print()

output()

console.log()

write()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'input()' function?

To take user input in Python.

To execute a loop in Python.

To define a function in Python.

To read files from the system.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to use a placeholder in a print statement?

print('The value is {value}')

print('The value is {}'.format(value))

print('The value is %s' % value)

print('The value is value')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: print(5 > 3 and 2 < 4)?

2 > 4

5 < 3

True

False

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?