
Python (I)
Authored by Arsenio Hernández Alique
Computers
12th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quina és la sintaxi correcta per mostrar "Hello World" a Python?
echo("Hello World");
print("Hello World")
p("Hello World")
echo "Hello WOrld"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Com inserim un COMENTARIS al codi amb Python?
# Això és un comentari
/*Això és un comentari*/
//Això és un comentari
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quin d'aquests NO és un nom vàlid per a una variable?
Myvar
my_var
_myvar
my-var
Answer explanation
Un nom de variable només pot contenir caràcters alfanumèrics i guions baixos
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Com crearies una variable amb valor numèric 5?
x = int(5)
x=5
Les dues respostes són correctes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quina és l'extensió correcta per un fitxer de Python?
.pt
.pyt
.pyth
.py
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Com crearies una variable amb el nom decimal 2.8?
x=float(2.8)
x=2.8
Les dues respostes són correctes
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quina és la sintaxi correcta per a mostrar el tipus de dades d'una variable o objecte a Python?
print(typeof(x))
print(typeof x)
print(type(x))
print(typeOf(x))
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?