Introducción a Python

Introducción a Python

University

10 Qs

quiz-placeholder

Similar activities

CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

Python Chapter

Python Chapter

8th Grade - University

12 Qs

PRAKTIKUM PDK - TES TULIS MODUL 5

PRAKTIKUM PDK - TES TULIS MODUL 5

University

10 Qs

GDSC Python Bootcamp

GDSC Python Bootcamp

University

8 Qs

Python if statement

Python if statement

University

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python quiz

Python quiz

University - Professional Development

10 Qs

PYTHON PROGRAMMING BASICS

PYTHON PROGRAMMING BASICS

University

13 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?