Listing 11 - Page 0: No Title

##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 11\11.1485 - No Title.py
# Description: No Title
##############################################################################

create table states(id integer primary key autoincrement,
                     name text, population integer )
Click here to download the file