News

Functions: Funtions can be created by using "def", functions just like a placeholder which holds the program lines. Main use of function is create once and use it multiple times by calling it. We can ...