lunes, 10 de septiembre de 2018

Unidad 2: Modulo tinkter sin variable de entorno

Modulo tinkter sin variable de entorno

Ir al símbolo del sistema(cmd)
Ingresar lo siguiente:

cd..
cd..
cd python27
python

luego :

from Tkinker import *
ventana = Tk()
ventana.mainloop







Modulo turtle sin variable de entorno

Ir al símbolo del sistema(cmd)
Ingresar lo siguiente:

cd..
cd..
cd python27
python

luego :

from turtle import *


fd(100)
rt(90)
fd(50)
rt(90)
fd(100)
rt(90)

fd(50)




No hay comentarios:

Publicar un comentario