logo

Crowdly

Programmation en Python IDSI21024 (202400-668)

Шукаєте відповіді та рішення тестів для Programmation en Python IDSI21024 (202400-668)? Перегляньте нашу велику колекцію перевірених відповідей для Programmation en Python IDSI21024 (202400-668) в moodle.essec.fr.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Which operator is used to multiply numbers?
0%
100%
25%
Переглянути це питання
What is a correct method to plot (draw) pictures from the data in a DataFrame?
0%
0%
100%
0%
Переглянути це питання
Which of these collections defines a list?
0%
0%
0%
100%
Переглянути це питання

What is the value of the output in the following script?

x, n = 128, 0

while x>1:

x = x/2

n = n + 1

print(n)

50%
0%
50%
0%
Переглянути це питання
You run an algorithm. You want to stop your algorithm after 1000 iterations. Which tool would you use?
0%
100%
0%
0%
Переглянути це питання

What is the value of the output in the following script?

x = 100

for n in [1, 5, 8]:

if n % 2 == 0:

x = x + n

print(x)

0%
0%
20%
80%
Переглянути це питання
What will be the value of x after the following command is executed?

x = int(34.6)

33%
0%
0%
67%
Переглянути це питання
I have a database of 100 students and I know the way they come at ESSEC: either by foot, by car, by train or by bike. I want to visualize this dataset. Which plot should I use?
50%
0%
50%
0%
Переглянути це питання
When using the Pandas drop() method, what argument allows you to change the original DataFrame instead of returning a new one?
50%
0%
0%
50%
Переглянути це питання
I have a pandas dataframe named 'brics' with columns names given by 'country', 'capital', 'area' and 'population' and indices given by 'FR', 'IT' and 'UK'. I want to construct a pandas dataframe with the only two columns 'country' and 'capital' and only for the indices 'FR' and 'IT'. Which command should I use?
50%
0%
50%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.essec.fr?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!