Python & SQL

Python & SQL

Professional Development

15 Qs

quiz-placeholder

Similar activities

Eco Quest Trivia

Eco Quest Trivia

Professional Development

13 Qs

All about Kokoy

All about Kokoy

Professional Development

20 Qs

Minecraft Hard Quiz

Minecraft Hard Quiz

Professional Development

10 Qs

Chery Sales Process (CSP)

Chery Sales Process (CSP)

Professional Development

20 Qs

Ertugrul quiz

Ertugrul quiz

6th Grade - Professional Development

10 Qs

IHG One Rewards - 2022

IHG One Rewards - 2022

Professional Development

12 Qs

random things

random things

KG - Professional Development

14 Qs

FPC Monthly Meeting_March

FPC Monthly Meeting_March

Professional Development

16 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?