Guerra Civil Russa
from tkinter import * root = Tk() root.geometry( "700x500" ) root.resizable( 0 , 0 ) root.config( bg = "#103030" ) root.title( "Guerra Civil Russa" ) titulo = Label( root , text = "Guerra Civil Russa" , font =( "Arial" , 28 , "bold" ) , bg = "#103030" , fg = "#49e3e3" ) titulo.place( relx = 0.15 , rely = 0.03 ) texto_opcao = Label( root , text = "Escolha uma opção:" , font =( "Arial" , 18 , "bold" ) , bg = "#103030" , fg = "#49e3e3" ) texto_opcao.place( relx = 0.05 , rely = 0.12 ) conteudos = { "Contexto" : ( "A Guerra Civil Russa ocorreu entre 1917 e 1922, após a Revolução Russa. " "O conflito resultou da instabilidade política e social provocada pela queda " "do regime czarista e pela tomada do poder pelos bolcheviques." ) , "Contendores...