Python & SQL

Python & SQL

Professional Development

15 Qs

quiz-placeholder

Similar activities

Snakes

Snakes

4th Grade - Professional Development

16 Qs

Basics of Excel Quiz

Basics of Excel Quiz

Professional Development

20 Qs

National Correct Coding Initiative (NCCI) Procedure to Procedure

National Correct Coding Initiative (NCCI) Procedure to Procedure

12th Grade - Professional Development

10 Qs

Mash UP Quiz Coding & more

Mash UP Quiz Coding & more

KG - Professional Development

13 Qs

Blackboard Fun

Blackboard Fun

Professional Development

15 Qs

how dumb are you?

how dumb are you?

3rd Grade - Professional Development

10 Qs

Django Basic

Django Basic

Professional Development

10 Qs

Website Development Training

Website Development Training

Professional Development

10 Qs

Python & SQL

Python & SQL

Assessment

Quiz

Other

Professional Development

Medium

Created by

Gbenga Banso

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output "Hello World" in Python?

print("Hello World")

p("Hello World")

print(Hello World")

printf("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to create a list in Python?

my_list = <1, 2, 3>

my_list = {1, 2, 3}

my_list = (1, 2, 3)

my_list = [1, 2, 3]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert comments in Python code?

# This is a comment

// This is a comment

<!-- This is a comment -->

/* This is a comment */

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a variable in Python?

var x = 5

x = 5

int x = 5

declare x = 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to define a function in Python?

function myFunction():

def myFunction():

define myFunction():

func myFunction():

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

my-var

_myvar

myVar

my_var

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for python files

.pyt

.pyth

.py

.pt

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?