Intermediate Python

Intermediate Python

University

15 Qs

quiz-placeholder

Similar activities

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

Python Functions and File Operations Quiz

Python Functions and File Operations Quiz

University

20 Qs

LUA Test

LUA Test

9th Grade - University

10 Qs

Python Quiz

Python Quiz

University

12 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Java Post Hurricane D Check

Java Post Hurricane D Check

University

15 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Intermediate Python

Intermediate Python

Assessment

Quiz

Computers

University

Medium

Created by

Valai Ganesh

Used 14+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Your Mindset Right now

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create a variable named bike and assign the value Kawasaki H2R to it

bike= Kawasaki H2R

"bike" = Kawasaki

H2R bike= "Kawasaki H2R"

"KawasakiH2R"= bike

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create a variable named x and assign the value of integer 50 to it

x="50"

x: 50

"x"=50

x=50

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Display the sum of 5 + 10, using two variables: x and y

x=y y = 10

print(x +y)

x=5 y = x

print(x +y)

x=10 y =5

print(x +y)

x=5 y =10

print(x +y)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the illegal variable name

2my-first_name = "John"

my-firstname = "John"

__my-first_name = "John"

my2-first_name = "John"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to print the length of a string

len()

length()

type.legth()

fulllength()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can we use to get the first character of a string txt= "Banana"

x=txt(0)

x=txt(1)

x=txt[0]

x=txt[1]

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?