Skip to content
Snippets Groups Projects
Commit ef084774 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Initial commit.

parents
Branches
No related tags found
No related merge requests found
.idea
*.pyc
*.pyo
*.apk
widget: the building block of a GUI
container: a widget that can hold other widgets
layout manager: the code that arranges widgets within a container
from __future__ import print_function, division
from builtins import input
def main():
pass
if __name__ == '__main__':
main()
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment