Ejemplo de Cymthia y Santos # -*- coding: utf-8 -*- import random import textwrap import time global numeros numeros = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 ] global palabras palabras = [ 'edita' , 'igual' , 'habil' , 'abajo' , 'subir' , 'programar' , 'codigo' , 'libreria' , 'python' , 'pycharm' , 'graficacion' , 'editor ' , 'fuente' , 'c' , 'java' , 'javascript' , 'arreglo' , 'bucle' , 'for' , 'while' , 'random' , 'choice' , 'puntoycoma' , 'llaves' , 'main' , 'variable' , 'operacion' , 'alineado' , 'geometria fractal' , 'formato' , 'almacenamiento' , 'hardware' , 'software' ] #funciones def AdivinaElNumero(): ancho_linea = 72 li...
Comentarios
Publicar un comentario