Introduction to Python and Data Analytics Basics

Introduction to Python and Data Analytics Basics

University

25 Qs

quiz-placeholder

Similar activities

Season 1 #Spaic Python Weekly Quiz

Season 1 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Quiz grupal

Quiz grupal

University

28 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

EMPAT RUANG With Algomarine

EMPAT RUANG With Algomarine

University

20 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Machine Learning QUIZ 1

Machine Learning QUIZ 1

University

20 Qs

Python - podstawy 2A

Python - podstawy 2A

KG - Professional Development

30 Qs

final round

final round

University

30 Qs

Introduction to Python and Data Analytics Basics

Introduction to Python and Data Analytics Basics

Assessment

Quiz

Other

University

Hard

Created by

Mr. SAPTHAGIRI

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(2 ** 3)?

6

8

9

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int x = 10;

x = 10

var x = 10;

declare x = 10;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type in Python is immutable?

List

Ductionary

Tuple

Set

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a single-line comment in Python?

// Comment

# Comment

<!-- Comment -->

/* Comment */

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default return type of the input() function?

int

str

float

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does len([1, 2, 3]) return?

3

2

1

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

function

def

func

define

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?