CSV to HTML translation: Difference between revisions

Content added Content deleted
(New draft task and Python solution. Only draft because of HTML table rendering issues.)
 
m (typo)
Line 6:
converted to HTML
 
The task is to create a function that takes a string representaationrepresentation of the CSV data
and returns a text string of an HTML table representing the CSV data. Use the following
data as the CSV text to convert, and show your output.