Question
Hello, I am taking a programming class and just having a rough time I guess. I have to resubmit this assignment but I cannot figure
Hello, I am taking a programming class and just having a rough time I guess. I have to resubmit this assignment but I cannot figure out how to implement the documentation
the instructor gave this template below and so I am pretty sure I got the programming part down, I just have no idea what he is looking for in regards to this documentation.
any help would be great because I just am not getting it at all.
#------------------------------------------------------------------------
# Program Name:
# Program Objective:
# Logic used: (Expressed as pseudocode or just plain English).
# Program Inputs:
# Program Outputs:
#------------------------------------------------------------------------
the assignment was this ( I have this done, I just need an example on how to implement documentation - if you want to see my answer to the below let me know please)
Assignment Instructions
- WRITE THE Python program that performs the following tasks:
- Read from the console an arbitrary string S of length less than 50 characters.
- In the first output line, printTrueifShas anyalphanumeric characters. Otherwise, printFalse.
- In the second line, printTrueifShas anyalphabetical characters. Otherwise, printFalse.
- In the third line, printTrueifShas anydigits. Otherwise, printFalse.
- In the fourth line, printTrueifShas anylowercase characters. Otherwise, printFalse.
- In the fifth line, printTrueifShas anyuppercase characters. Otherwise, printFalse.
- Develop Python code that implements the program requirements.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started