/+junk/Dataanalys

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys

« back to all changes in this revision

Viewing changes to awnsers_and_db_edit.py

  • Committer: Gusatv Hartvigsson
  • Date: 2011-01-17 13:05:47 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20110117130547-mt3opoh1ktoe08vo
Added a few questions to the program, made use of the sqlAwnsersStart.sql"
file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        print(query)
92
92
        print("commit this query to DB?")
93
93
        
94
 
        q = str(input("y/n"))
 
94
        q = str(input("y/n > "))
95
95
        if(q == "n"):
96
96
                menu()
97
97
        if(q == "y"):