Question: In python please print code for this correctly. Print Product Id Write code that examines a string stored in a variable called product_id and prints
In python please print code for this correctly.
Print Product Id Write code that examines a string stored in a variable called product_id and prints an appropriate version of the id. If the id is composed of only numeric digits, print it as is. If it is composed of a combination of alphabetic letters and digits, print the id with all alphabetic letters in uppercase. Otherwise (if there are any other type of characters in the id), print it with all alphabetic letters in lowercase. Assume that the product_id has already been initialized. Check My Solution Load My Latest Solution Reset
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
