Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ##############################################################################
  2. # Name: Brandon Cox and Chris Childers Date: 11/19/10
  3. # NetID: bgc52 and cc1012
  4. # Filename: guinames.py
  5. # Description: This program will show the top baby names for each gender
  6. # for each decade, utilizing a GUI.
  7.  
  8. from tkinter import *
  9.  
  10. app = Tk()
  11. app.title("Top 10 Baby Names")
  12. app.geometry('300x200+200+100')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement