Some advices without testing your code.
1. Do not hijack the code with comments
2. Use curly brackets to if-else statements. Only identation doesn't work. if/else without curly brackets nests a...