What will happen if I run the following code:
x=1+2j
y=1+2*j
Idiomatic Python
Quiz
•
Computers
•
University
•
Medium
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=
10 questions
Python Quiz
Quiz
•
University
12 questions
javaquizvivek
Quiz
•
University
10 questions
Java Control Flow statements
Quiz
•
University
10 questions
Python For
Quiz
•
University
12 questions
Array
Quiz
•
University
10 questions
Python Dictionaries
Quiz
•
University
13 questions
Python Module 1
Quiz
•
University - Professi...
12 questions
Conversões de tipo Java
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade