Files
2022-09-12 22:32:23 -04:00

11 lines
448 B
Python

# File: Pease-hw1d.py
# Author: PEASE, NICHOLAS
# Date: 12 SEP 2022
# Section: 1002-LAB
# E-mail: nicholas.pease@maine.edu
# Description:
# Prompt user for number 7 times
# Collaboration:
# I discussed this homework with no one
a=input("Enter a value:");b=input("Enter a value:");c=input("Enter a value:");d=input("Enter a value:");e=input("Enter a value:");f=input("Enter a value:");g=input("Enter a value:");print("The last number was:", g)