1. Print 'Hello World!'
From Biolecture.org
Revision as of 20:22, 6 December 2018 by imported>SeoGaLam (Created page with "<pre> # Prints the message using two different delimeters. print "Hello, world!\n"; print qq=Did you say "Hello?"\n=; </pre>")
# Prints the message using two different delimeters. print "Hello, world!\n"; print qq=Did you say "Hello?"\n=;