week2

week2

Professional Development

30 Qs

quiz-placeholder

Similar activities

Python Their Certification

Python Their Certification

9th Grade - Professional Development

31 Qs

Scripting Languauges

Scripting Languauges

Professional Development

27 Qs

Quizz Circuitos Microcontrolados

Quizz Circuitos Microcontrolados

Professional Development

26 Qs

FUNCTIONS - FILES - OOPs CONCEPTS

FUNCTIONS - FILES - OOPs CONCEPTS

Professional Development

25 Qs

Тест 1 по дисциплине "Введение в специальность"

Тест 1 по дисциплине "Введение в специальность"

Professional Development

25 Qs

Java Basics

Java Basics

Professional Development

27 Qs

Python Certified Specialist

Python Certified Specialist

9th Grade - Professional Development

31 Qs

Python Credential Test

Python Credential Test

9th Grade - Professional Development

31 Qs

week2

week2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

hubert Lu

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the data type of the value 5 in Python?
float
string
integer
list

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is a valid string declaration in Python?
string("Hello")
str = Hello
str('Hello')
string = 'Hello'

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

How do you get the length of a string s in Python?
len(s)
s.len()
length(s)
s.length()

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What will the output of the following code be? print("Hello" + " " + "World")
HelloWorld
Hello World
Hello + World
Error

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which function is used to convert a string to an integer in Python?
int()
str()
convert()
toInt()

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output of the following code? print("Python"[0])
P
y
t
n

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is not a valid data type in Python?
list
dict
set
array

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?