#!/usr/bin/env python
# coding: utf-8
# # Day 1 : Line continuation characters in Python
# In[28]:
print("I know Python and its very easy for everyone")
# In[29]:
print("I know Python and
its very easy for everyone")
#clcoding.com
# In[30]:
#In Python, a backslash ( \ ) is a continuation character.
print("I know Python and its very easy for everyone")
#clcoding.com
# In[ ]:
0 Comments:
Post a Comment