Your script will utilize the following string definition


PYTHON Your assignment is to write your first standalone python script.

Here are the requirements:

a) Script File is: first.py

b) The script will NOT important any modules

c) Your script will utilize the following string definition. testString = "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG"

d) Your script will loop through each character of the string and print out the character and it's associated ASCII Value in Hex

3) Any variables that you create will use camel case

4) The script will be commented throughout

5) The script will contain a top comment that will provide an overview of the script:

a) Name

b) Version

c) Functionality

d) Author

6) You will submit a single file named first.py

e) Extra Credit: Your script will provide a count of the number of occurrences of each character in the string A-Z and print out the result like this: A, 1 B, 1 .. Z, 1 .

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Your script will utilize the following string definition
Reference No:- TGS02906194

Expected delivery within 24 Hours