Pythonvibes

Which of the following statements is false?

1 year ago | [YT] | 7

Pythonvibes

Which of the following command is used to install pandas?

1 year ago | [YT] | 6

Pythonvibes

What is the output of print(0.2 + 0.4== 0.6)?

1 year ago | [YT] | 7

Pythonvibes

The expression int(x) implies that the variable x is converted to integer. State whether true or false.

1 year ago | [YT] | 6

Pythonvibes

Which function is used to read input from the console in Python?

1 year ago | [YT] | 9

Pythonvibes

Identify the error in this code:


x = [1, 2, 3];
print (x)

1 year ago | [YT] | 9

Pythonvibes

For the following Python statement
Msg= ('Good Day')
What shall be the data type of Msg ?

1 year ago | [YT] | 9

Pythonvibes

1 year ago | [YT] | 10

Pythonvibes

What minimum and maximum values will be generated for the following Python statement ?

print (random. randrange (100) +1)

1 year ago | [YT] | 11

Pythonvibes

In SQL, to DROP a constraint from a table we use the

1 year ago | [YT] | 9