Idiomatic Python

Idiomatic Python

University

13 Qs

quiz-placeholder

Similar activities

Python

Python

University

10 Qs

Python-Expressions#1

Python-Expressions#1

12th Grade - University

10 Qs

Tutorial 5 Quiz

Tutorial 5 Quiz

University

14 Qs

Coding Club - Session 1 - Quiz

Coding Club - Session 1 - Quiz

University

12 Qs

Python

Python

University

9 Qs

Python Quiz 2: Lists, Sets and Dictionary

Python Quiz 2: Lists, Sets and Dictionary

University

15 Qs

Python expressions

Python expressions

University

13 Qs

Java Static

Java Static

University

10 Qs

Idiomatic Python

Idiomatic Python

Assessment

Quiz

Computers

University

Medium

Created by

Aman Agarwal

Used 9+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What will happen if I run the following code:

x=1+2j

y=1+2*j

Error because of x

Error because of y

print(x) would give 1+2j

print(y) would give 1+2j

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What will happen if I run the following code:

1)float(3.5)

2)float(3)

3)float("Hello")

Ans 1) 3.5

Ans 2) 3

Ans 2) 3.0

Ans 3) Error

Ans 3) 5.0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

9/2 and 9%2=

4, 1

4.5, 0

4, 0

4.5,1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

9/2 and 9./2 will give the same result

True

False

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

(9./2)%0.5=

Hint: Don't write an integer!

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

n = 17

print(n%2==0),print(n%2==1)

write the result as F,F or T,T similarly

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

9.0+2=

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?