# If-Elif-Else checks multiple conditions one by one. # When a true condition is found, that block runs and the rest are skipped. # Task : Create a variable called temperature. Use if-elif-else to ...