
Python
Authored by Allali Mohammed
Computers
1st - 10th Grade
Used 81+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quelle est la syntaxe correcte pour afficher "Hello World" en Python ?
echo("Hello World");
p("Hello World")
print("Hello World")
echo "Hello World"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment insérer des COMMENTAIRES dans le code Python ?
/*This is a comment*/
#This is a comment
//This is a comment
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lequel n'est PAS un nom de variable légal ?
_myvar
myvar
my-var
Myvar
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment créez-vous une variable avec la valeur numérique 5 ?
x = 5
x = int(5)
Both the other answers are correct
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment créez-vous une variable avec le nombre flottant 2.8 ?
x = float(2.8)
Both the other answers are correct
x = 2.8
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
En Python, 'Hello', est identique à "Hello"
vrai
faux
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?