In Python, there are two types of comments: single-line and multi-line.
# Basic Program in Python # Basic Program in Python # Basic Program in Python ''' Basic Program in Python Basic Program in Python Basic Program in Python Basic Program in Python Basic Program in Python ''' a = 10 b = 20 c = a + b print(c)To download raw file Click Here
30
Learn All in Tamil © Designed & Developed By Tutor Joes | Privacy Policy | Terms & Conditions