Question: Question # 1 3 What is the default character encoding used by Python A - UTF - 1 6 B - UTF - 3 2

Question #13
What is the default character encoding used by Python
A - UTF-16
B - UTF-32
C - UTF-8
D - ASCII
Question #14
Which of the following keywords helps in writing conditionals?
A - for
B - if
C - this
D - self
Question #15
What is the output of the following code?
for i in range(2):
for j in range(2):
if (i+j)%2=0 :
print (i+j
A -02
B -0123
C -24
D - Programming Error
Question #16
Which of the following is NOT a function used for type conversion in Python?
A - int()
B - ordo
C - longo
D - complex(real,imag)
 Question #13 What is the default character encoding used by Python

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!