Statement, Indentation And Comment in Python
Statements In programming statements are set of instructions. They are often goal or task oriented. For example, x=10 is a statement. In python programming there are many types of statement such as assignment(x-5), conditional and loop statement such as for, while and do while. There can be multi-line statements in python programming. They can be […]
Statement, Indentation And Comment in Python Read More ยป