Search Header Logo

Python Round 1

Authored by Noor Malik

Computers

University

Python Round 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code?

   ```python

   print("Hello, world!")

   ```

Hello, world

"Hello, world!"

Hello, world!

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you check the data type of a variable in Python?

type(variable)

typeof(variable)

datatype(variable)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 

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

my_variable

123variable

variable123

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to write a comment spanning multiple lines in Python?

// This is a comment

/* This is a comment */

   ''' This is a comment '''

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to create a function in Python?

create myFunction():

def myFunction():

function myfunction():

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, 'Hello', is the same as "Hello"

 

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code?

   ```python

   x = "Hello"

   y = "World"

   print(x + y)

   ```

  Hello World

HelloWorld

Hello + World

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?

Discover more resources for Computers