Chapter 1 : The way of the program
¶
Example 1 Page no : 7
¶
In [1]:
'''
example 1 page no : 7
'''
print
"Hello, world."
Hello, world.
In [ ]: