Introducción a Python

Introducción a Python

University

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

University

10 Qs

Python

Python

8th Grade - Professional Development

10 Qs

OOP Review 2

OOP Review 2

University

10 Qs

Python Lists and Tuples

Python Lists and Tuples

University

11 Qs

Python Test1 (If Statement)

Python Test1 (If Statement)

University

10 Qs

Understanding Procedures in Python

Understanding Procedures in Python

9th Grade - University

10 Qs

Untitled Quiz

Untitled Quiz

9th Grade - University

14 Qs

Bài tập trắc nghiệm về ngôn ngữ lập trình Python

Bài tập trắc nghiệm về ngôn ngữ lập trình Python

University

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