help()
functionhelp("topics")
help("ASSIGNMENT")Double click on the "Squeezed text" button to see the result.
a = 5 b = 6 c = 10
a b c
a + b + c a * b + c a * b * c a * b / c
print("Hello world!") print("Go Red Sox!")
print("Hello world!")
Hello world!
~ghoffman/it116_test/ex02.shThe script will prompt you for your Unix username.