Starting a web browser: Difference between revisions

m
wording / ===
m (typo / Category:Web)
m (wording / ===)
Line 1:
{{Draft task}} [[Category:Web]]
Build and show a web page displaying the data from the task [[Separate_the_house_number_from_the_street_name|separatedseparate the house number from the street name]] in a formatted and colored table.
 
;Task:
Write the code which automatically opens a web page in a browser showing the addresses. <em>No static data must be shown, only processed data.</em>
<em>No static data must be shown, only processed data.</em>
 
=={{header|Python}}==
...
 
=={{header|Scala}}==
<!-- ==={{libheader|Scala}}=== -->
===NoneUses ofnothing itsbut uses other thanthe Standard Library===:
<lang scala>import java.awt.Desktop
import java.io.{IOException, PrintWriter}
Anonymous user