This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import time | |
class __funciones__: | |
def preparar_palabra(): | |
seleccionado = True | |
espacios_palabra = 0 | |
nueva_palabra =[] | |
menu = {1: "Elementos Quimicos.", 2: "Nombres.", 3: "Random.", 4: "Video Juegos"} | |
print("Selecione una categoria:") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet"> | |
<style> | |
#TITLE{ | |
text-family:Roboto; | |
margin: 10px 20px 30px 20px; | |
} | |
#SubTITLE{ | |
text-family: Roboto; |
NewerOlder