Question: Please help in Python please. I cant get it In Python please. 1. Promt the user for a Title for data. Output the Title. 2.

Please help in Python please. I cant get it  Please help in Python please. I cant get it In Python

In Python please. 1. Promt the user for a Title for data. Output the Title. 2. Prompt the user for the headers for 2 columns of a table. Output the 3. Prompt the user for data points. Data points must be in this format: string.int. Store the information before the comma into a string variable and the information after the comma into an integer. The user sill enter-1 when they have finished entering data points. Output the data points Store the string components of the data points in a list of strings. Store the integer components of the data points in a list of integers 4. Perform error checking for the data point entries. If any of the following error occurs, putput the appropriate error message and prompt again for a calid data point: If entry has no commas: Error, No comma in string If entry has too many commas: Error. Too many commas in string. If entry after the comma is not an integer: Error. Comma not followed by an integer 5. Output the information in a formatted table. The title is right justified with a minimum field width of 33. Column 1 has a minimum field width of 20. Column 2 has a minimum foeld width of 23. 6. Output the information as a formatted histogram. Each name is right justified with a minimum foeld width value of 20

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 Databases Questions!