Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Python

Description

Bachillerato/Preparatoria INFORMÁTICA IV Flashcards on Python, created by Alejandra Sánchez on 11/04/2024.
Alejandra Sánchez
Flashcards by Alejandra Sánchez, updated more than 1 year ago
Alejandra Sánchez
Created by Alejandra Sánchez about 1 year ago
183
0
1 2 3 4 5 (0)

Resource summary

Question Answer
¿Qué salida genera el siguiente código? for i in range(11): print(i) 0,1,2,3,4,5,6,7,8,9,10
¿Qué salida genera el siguiente código? for i in range(3): print('a') Imprime tres veces a
¿Qué salida genera el siguiente código? i=0 while i<10: i+=1 print (i) 1,2,3,4,5,6,7,8,9,10
¿Qué salida genera el siguiente código? contador = 0 while contador < 5: print('El contador es:', contador) contador =contador + 1 El contador es: 0 El contador es: 1 El contador es: 2 El contador es: 3 El contador es: 4
Instrucción de entrada input
Instrucción de salida print
Entero int
Real float
¿Esté código calcula? La suma de dos número
¿Esté código calcula? El volumen de un cubo
Show full summary Hide full summary

0 comments

There are no comments, be the first and leave one below:

Similar

test python
Jonathan Vg
Python knoledge
Alejandro Arboleda
Practica #1 Sublime Text
10-4 ARISTIZABAL NOREÑA YUSLY SORELY
Lenguaje de programación
fabiola flores
Sintaxis de Python
themagoleo666 .
Objetos mutables e inmutables
Benjamin Villalpando
ANIME
Paula Olmos
Evaluación IV 5tos A
Miguel Arias
Programming language
JGiron
Arqutectura WS SDG
Jonathan Yaguachi