Let us learn how to print "HELLO WORLD" in python..
In python programming we use print(). The print () function print the python objects to other standard output device. Here the python object is String which contains message "HELLO WORLD". We can enclose the string in either single quotes(' ') or double quotes(" "). both will give you the same output.
Reference of the code run in JupyterLab
No comments:
Post a Comment