Idiomatic Python

Idiomatic Python

University

13 Qs

quiz-placeholder

Similar activities

C Operators #1

C Operators #1

10th Grade - University

10 Qs

Python For

Python For

University

10 Qs

 coding comptition

coding comptition

University

10 Qs

Array

Array

University

12 Qs

Python Dictionaries

Python Dictionaries

University

10 Qs

ENT110 C Programming Quiz2

ENT110 C Programming Quiz2

University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

Java Control Flow statements

Java Control Flow statements

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?