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

  1. WRITE THE Python program that performs the following tasks:
  2. Read from the console an arbitrary string S of length less than 50 characters.
  3. In the first output line, printTrueifShas anyalphanumeric characters. Otherwise, printFalse.
  4. In the second line, printTrueifShas anyalphabetical characters. Otherwise, printFalse.
  5. In the third line, printTrueifShas anydigits. Otherwise, printFalse.
  6. In the fourth line, printTrueifShas anylowercase characters. Otherwise, printFalse.
  7. In the fifth line, printTrueifShas anyuppercase characters. Otherwise, printFalse.
  8. Develop Python code that implements the program requirements.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!