News

#One line if else statement..... It is used to write quick code. But if the logic is complicated it is better to go with the usual way.
Python relies on indentation (whitespace at the beginning of a line) to define scope in the code. Other programming languages often use curly-brackets for this purpose. In this example a is equal to b ...