ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
ns_dev
/
Python
/
learning
/
inventory
Revision:
8
Committed:
Sat May 5 04:21:19 2012 UTC
(13 years, 10 months ago) by
ninoborges
Original Path:
Python/NinoCode/learning/inventory
File size:
124 byte(s)
Log Message:
Initial Import
File Contents
#
User
Rev
Content
1
ninoborges
8
# A simple inventory program.
2
#10.02.01
3
4
date = {}
5
date = input("Please enter todays date(mmdd): ")
6
7
print date
8
9