Question: Write a Python program that prints your name, CS classes taken (or other relevant experience), and the date on separate lines. Use one variable
Write a Python program that prints your name, CS classes taken (or other relevant experience), and the date on separate lines. Use one variable each for the month, day, and year (3 total). Make sure there are no spaces between the forward slash and numbers. Submit the .py file. Sample Run: My name is Steven Allbee. I have taken CS 10 - Python Programming Today's date is 1/17/19
Step by Step Solution
There are 3 Steps involved in it
Here is a simple Python program that prints the require... View full answer
Get step-by-step solutions from verified subject matter experts
