Tamil Stories for English Translation

கதை #1: அது ஒரு அடர்ந்த காடு. அங்கு ஒரு நரியும் கழுதையும் வாழ்ந்தன. அவை இரண்டும் ஒரு உடன்படிக்கை செய்து கொண்டன. அந்த உடன்படிக்கையில் இரண்டு கருத்துகள் இருந்தன. 1) இருவரும் ஒன்றாகவே சேர்ந்து இரைதேடச் செல்ல வேண்டும்2) ஆபத்து…

Python Recursion

Learn with this blog how to work On Python Recursion Function and Examples. Python Recursion: A function is said to be a recursive if it calls itself. For example,  lets say we…

Error Types in Python

This blog is explains about Python error Types Python error Types: AssertionError – Raised when the assert statement fails. AttributeError – Raised on the attribute assignment or reference fails. EOFError…