Introduction to Python and Data Analytics Basics

Introduction to Python and Data Analytics Basics

University

25 Qs

quiz-placeholder

Similar activities

Python 3

Python 3

University

21 Qs

Menulis Faktual

Menulis Faktual

University

20 Qs

Tech-Pictionary Round 1

Tech-Pictionary Round 1

University

20 Qs

Quiz Narasumber SIKRAB TPL 61

Quiz Narasumber SIKRAB TPL 61

University

20 Qs

KATA PEMERI SR

KATA PEMERI SR

KG - University

20 Qs

TS25 (Kerangka Konsep)

TS25 (Kerangka Konsep)

University

20 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

25 Qs

python giber

python giber

University

21 Qs

Introduction to Python and Data Analytics Basics

Introduction to Python and Data Analytics Basics

Assessment

Quiz

Other

University

Hard

Created by

Mr. SAPTHAGIRI

Used 1+ times

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?