logo

Crowdly

Browser

Add to Chrome

Questions Bank (1376781 total)

Match the Python version with the correct command to get user input.

View this question

By default, what kind of variable does input (and raw_input) return?

0%
0%
0%
0%
View this question

What is wrong with this code (assume we are using Python 3.x)?

input("What is your name? > ")
print ("Hello {}.".format(name))

0%
0%
0%
View this question

Match the code with the conversion type.

View this question

What is the output?

age = 45
height = 174.5

print ("Age: " + age)

0%
100%
0%
View this question

Match the output with the code.

x = 20.0
y = 5.0

View this question

What is the output?

age = 45

height = 174.5

print("age + height")

View this question

Is the following an integer or a float?

age = 45

0%
0%
View this question

Is the following an integer or a float?

height = 174.5
0%
0%
View this question

Complete the sentence with the correct form of the verb in parentheses.

(EN MINÚSCULAS, SIN PUNTO AL FINAL Y SIN CONTRAER LOS VERBOS)

I ___ (call) you later, I promise.

View this question