practical_python
practical_python copied to clipboard
Update 40_control_statements.md elif program
Elif program: For a = 15 will give output has "greater than 10" only but doesn't give both "greater than 10" and "less than 20". So condition is invalid- more confusing. so changed a == 10.