logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1238197 total)

Un pouce est une unité de mesure anglo-saxonne. Converti au système métrique, 1 pouce = ... cm ?

Переглянути це питання

Le format d'une image s'exprime sous la forme...

0%
0%
0%
Переглянути це питання
Le poids d'une image s'exprime en...

0%
0%
0%
0%
Переглянути це питання

Consider the following Python function and select all True statements.

def matrix_multiply(A, B):"""Perform matrix multiplication between two matrices"""return A * B
Переглянути це питання

A function you have just made accepts only a single float or int as a input and performs a calculation. Which of the following set of test inputs, where each number is tested individually, is most likely to give you useful testing results?

Переглянути це питання

Which two variable scopes exist in Python?

Переглянути це питання

Good function documentation should:

Переглянути це питання

How many non-optional arguments does the numpy function linspace() have?

Hint: check the documentation

Переглянути це питання

Which of the following occurs when importing a module?

0%
0%
0%
Переглянути це питання

Which is the file extension of a user-defined module in Python?

Переглянути це питання