Search Header Logo

Idiomatic Python

Authored by Aman Agarwal

Computers

University

Used 9+ times

Idiomatic Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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=

Access all questions and much more by creating a free account

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?