Python - Práctica 2

Python - Práctica 2

12th Grade

21 Qs

quiz-placeholder

Similar activities

Quiz de Programación en Python – Nivel Básico (Grado Noveno)

Quiz de Programación en Python – Nivel Básico (Grado Noveno)

9th Grade - University

16 Qs

CodeHS AP CSP Unit 3 Review

CodeHS AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

Python String

Python String

12th Grade

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

AIB_1Q

AIB_1Q

12th Grade

21 Qs

Evaluación 10p1

Evaluación 10p1

9th - 12th Grade

18 Qs

Python Quiz

Python Quiz

12th Grade

20 Qs

Python - Práctica 2

Python - Práctica 2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

NINO GONZÁLEZ-HABA GIL

Used 18+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Que hace la función PRINT?

Muestra en pantalla

Imprime un texto

Borra un texto

Realiza una pregunta

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Si quiero mostrar o imprimir en pantalla la frase: Hola Mundo, tendría que escribir en la consola...

print("Hola Mundo")

Print("Hola Mundo")

print(Hola Mundo)

print(Hola Mundo")

print('Hola Mundo'):

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Indica si es verdadero o falso: Cuando queremos imprimir o mostrar algo en pantalla debemos poner siempre lo que queramos imprimir entre comillas dobles o comillas simples.

Verdadero

Falso

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Indica cual sera la respuesta de Python ante el código:

print("Hola Mundo"Saluda")

Hola Mundo

Hola Mundo "Saluda"

Lanza un error

print Hola Mundo

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Indica cual sera la respuesta de Python ante el código:

print("Hola Mundo'Saluda'")

Hola Mundo

Hola Mundo "Saluda"

Lanza un error

print Hola Mundo

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Qué resultado veremos con esta línea de código?

print(150+50)

150+50

200

"200"

Python lanza un error

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Qué resultado veremos con esta línea de código?

print("150+50")

150+50

200

"200"

Python lanza un error

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?