Python & SQL

Python & SQL

Professional Development

15 Qs

quiz-placeholder

Similar activities

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

ROLE SPECIFIC TEST - 3rd Stage

ROLE SPECIFIC TEST - 3rd Stage

Professional Development

10 Qs

Season 6 #Spaic ML 1 Weekly Quiz

Season 6 #Spaic ML 1 Weekly Quiz

KG - Professional Development

20 Qs

Me?

Me?

KG - Professional Development

10 Qs

rene's favourite things

rene's favourite things

Professional Development

12 Qs

Ứng dụng Python phân tích dữ liệu và xây dựng mô hình_buổi 1

Ứng dụng Python phân tích dữ liệu và xây dựng mô hình_buổi 1

Professional Development

10 Qs

Python End of Module Touchpoint

Python End of Module Touchpoint

Professional Development

20 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?