This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import tkinter | |
| def accion_de_mi_boton(): | |
| print("Mi boton ha sido presionado!") | |
| mi_ventana = tkinter.Tk() | |
| mi_ventana.geometry("640x480") |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import tkinter | |
| def accion_de_mi_boton(): | |
| print("Mi boton ha sido presionado!") | |
| mi_ventana = tkinter.Tk() | |
| mi_ventana.geometry("640x480") |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| __author__ = "Nicanor Romero Venier" | |
| __copyright__ = "Copyright 2016, Programar Fácil" | |
| import tkinter | |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| __author__ = "Nicanor Romero Venier" | |
| __copyright__ = "Copyright 2016, Programar Fácil" | |
| import tkinter | |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| __author__ = "Nicanor Romero Venier" | |
| __copyright__ = "Copyright 2016, Programar Fácil" | |
| import tkinter | |
| mi_ventana_sin_valor = tkinter.Tk() |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| __author__ = "Nicanor Romero Venier" | |
| __copyright__ = "Copyright 2016, Programar Fácil" | |
| import tkinter | |
NewerOlder