Basic Concepts Basic Python Tutorial Operators October 14, 2021October 14, 2021 Asha Ponraj 0 Comments #PythonOperators Mathematical Operators: Operator Name Example Explanation + Addition x + y Adds if the x & y are numeric. Concatenates Read more