...
- both commands will open up the print function in a web page in windows (or the manual page inside the terminal in Linux)
- In your script, type and run
Code Block | ||||
---|---|---|---|---|
| ||||
print("Hello world") #output below > print("hello world") [1] "hello world" |
Info | |||||
---|---|---|---|---|---|
| |||||
According to the manual, the print command has the usage
Function_name(arg1) |
Info | ||
---|---|---|
| ||