Python Basics 201

Python Basics 201

University

50 Qs

quiz-placeholder

Similar activities

SD (stack, queue, graph)

SD (stack, queue, graph)

University

50 Qs

Final Exam - Introduction to Computing

Final Exam - Introduction to Computing

University

52 Qs

InfoMgt Long Quiz 1

InfoMgt Long Quiz 1

University

50 Qs

Midterm Exam for AST 122

Midterm Exam for AST 122

University

50 Qs

CCNA 2 Module 1-4

CCNA 2 Module 1-4

University

51 Qs

Year 11 January Recap

Year 11 January Recap

University

50 Qs

COMBINATIONAL  DIGITAL CIRCUITS

COMBINATIONAL DIGITAL CIRCUITS

University

55 Qs

LATIHAN SOAL

LATIHAN SOAL

10th Grade - University

50 Qs

Python Basics 201

Python Basics 201

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Rion Daneal

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What function is used to take user input in Python?

input()
get()
read()
user()

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the following code output? print(type(5.2))

int
float
str
bool

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the expression 3 + 4.5?

7
7.5
34.5
3.4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a valid way to convert the string "42" to an integer?

int("42")
str(42)
float("42")
"42".toInt()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does my_string[2:5] represent in Python?

Characters from 2nd to 5th
Characters from 2nd to 4th
Characters from 3rd to 6th
Characters from 3rd to 5th

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the expression 7 / 2 in Python?

3.5
3
4
3

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which operator is used for exponentiation (raise to power) in Python?

^
**
//
%

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

Already have an account?