Introducción a Python

Introducción a Python

University

10 Qs

quiz-placeholder

Similar activities

Repaso de Python

Repaso de Python

5th Grade - Professional Development

15 Qs

Fundamentos de Programación en Python

Fundamentos de Programación en Python

University

9 Qs

quizz 2 info3

quizz 2 info3

3rd Grade - University

10 Qs

Python 1

Python 1

University

11 Qs

A4 IB - Introducción a Listas de Python

A4 IB - Introducción a Listas de Python

University

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Actividad 2

Actividad 2

University

12 Qs

PythonBasics

PythonBasics

University

14 Qs

Introducción a Python

Introducción a Python

Assessment

Quiz

Computers

University

Medium

Created by

Julian Santoyo

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Cómo se modifica el valor de una variable en Python?

1952 = fecha

fecha = 1952

fecha == 1952

1952 == fecha

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cómo asignar un valor a una variable en Python?

print(edad)

edad = 18

Print(edad)

18 = edad

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cómo declaramos una variable con valor 0?

Tiempo=0:

Tiempo==0:

Tiempo==0

Tiempo=0

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

 ¿Cuál es la filosofía base de Python?

Todas las opciones

fácil de aprender

fácil de entender

fácil de escribir

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python es un lenguaje de código ……….

cerrado

abierto

sencillo

binario

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué es una función en Python?

Es una variable de entorno

Se usa para determinar líneas

Ayudan al manejo de los videos

Es un código que se ejecuta cuando se llama

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cómo se hacen comentarios en Python?

escribiendo --- entre ellos

iniciando con #

separándolos con /

con %

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?