Hi everyone! This time I am going to post answer to one of the most frequently asked question : Differences between print statement and return statement in Python. The print statement prints a string, variable etc. It seems that return statement also print the statement, but actually it returns the string, variable etc when the function is called. The print statement prints it for the benefit of the user. The computer cannot make use of that printing. While the return statement can be used by the computer in further functions. Now I will show an example how these statements are different(code): ...
Hi! Long time no see. This time I am going to introduce HTML. So Now I am going to teach you to make sections with ordered tags. For example, like this. In order to do like this we should use some CSS and also create multiple pages! Now let’s start! 1 Now make the base of the page in notepad and save it. 2 Copy this and make 3 or 4 files and save it. 3 Now fill your html pages with contents. 4 After you filled your contents in the webpage according to what you want, start the style tag inside the head tags to write CSS in all of your sub pages and page. 5 If you are familiar with ordered lists you can do like this. First, start the ul tags and add the link of our subpages. We should write the path of our subpages in the href attribute. 6 Start writing CSS inside the style tags. Start with the ul tags. We need to specify the background color, overflow, padding and margin and style type. Next, inside the li {...