What are the differences between the division operators (\ and \) in Python?

While learning about mathematical operators in Python, I discovered two division operators: \ and \\. However, I’m unsure about the difference between them and when to use each one. Can someone explain their differences and provide some example codes?