logo

Crowdly

Browser

Add to Chrome

2526-B1-UE12-Base d'un langage informatique

Looking for 2526-B1-UE12-Base d'un langage informatique test answers and solutions? Browse our comprehensive collection of verified answers for 2526-B1-UE12-Base d'un langage informatique at moodle.ensea.fr.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Laquelle de ces lignes de code provoque une erreur ?

View this question

Qu'affiche ce code ?

for i in range(5):

print(i)

0%
0%
0%
View this question

Qu'affiche ce code ?

import random as rd

x=rd.random()+2

x=int(x)

print(x)

View this question

Qu'affiche ce code si l'utilisateur entre 3 ?

x=int(input("nombre ?"))

print(x%2)

View this question

Quel est le type de la variable a dans le code suivant ?

T="bonjour"

a=T.upper()

View this question

Qu'affiche ce code ?

n=4

res=1

for i in range(n):

res=res*(i+1)

View this question

Qu'affiche le code suivant ?

phrase="ENSEA"

print(len(phrase))

0%
0%
0%
0%
View this question

Quel type aura la variable a dans le code suivant ?

b=3

c="3"

a=float(int(c)+b)

0%
0%
0%
0%
View this question

Qu'affiche le code suivant ?

i=0

while i<4:

i=i+1

print(i)

0%
0%
0%
0%
View this question

Qu'affiche ce code ?

n=4

res=1

for i in range(n):

res=res*i+1

print(res)

0%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle.ensea.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome