Python

Python

Professional Development

10 Qs

quiz-placeholder

Similar activities

BoostHours Python 09/04

BoostHours Python 09/04

Professional Development

10 Qs

Tema 1 - El Ordenador

Tema 1 - El Ordenador

Professional Development

10 Qs

Repaso de Python

Repaso de Python

5th Grade - Professional Development

15 Qs

Funciones, Listas, Tuplas, Diccionarios

Funciones, Listas, Tuplas, Diccionarios

Professional Development

12 Qs

FinTech 02-1 Python

FinTech 02-1 Python

Professional Development

11 Qs

Quiz de Python Básico

Quiz de Python Básico

Professional Development

12 Qs

Data Science / AI

Data Science / AI

Professional Development

15 Qs

Basic Python Data Types

Basic Python Data Types

Professional Development

8 Qs

Python

Python

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Dalton Cuenca

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cuál es la extensión de archivo correcta para los archivos Python?

.pi

.py

.python

.pt

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cuál es la sintaxis correcta para generar "Hola mundo" en Python?

Print(Hola mundo)

print(Hola mundo)

Print("Hola mundo")

print("Hola mundo")

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cuál NO es un nombre de variable legal?

MiVariable

mi_variable

mi-variable

_miVariable

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cuál de las siguientes opciones es un tipo de dato básico en Python que representa números enteros?

float

double

int

str

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cómo se crea una variable con el valor numérico 5?

x = 5

x = int(5)

Todos son correctos

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cuál es la forma correcta de crear una función en Python?

function miFuncion()

def miFuncion()

create miFuncion()

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Cómo se empieza a escribir una declaración if en Python?

if x > y then:

if ( x > y )

if x > y :

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?