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

Initial commit.

parents
No related branches found
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()
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment