Introduction to computer science
“Simple things should be simple, complex things should be possible.” ― Alan Kay
“Everybody should learn to program a computer, because it teaches you how to think. ”- Steve Jobs
def HelloWorld(username, message):
print("Hello " , username, ", From my heart! I wish you", message)
HelloWorld("Yilian Zhang", "a great semester!")
var name="world";
var message = "Hello "+name;
alert(message);
<h1> HTML is a markup language </h1>
<p> It is not a real programming language </p>
Having trouble with Course? Check out our documentation or contact instructor @yilianz and we’ll help you sort it out.
Enjoy!