MY ACTIVITY
Lea
A. Write the output for the following
a. > > >print('India', 'Delhi')
b. >>>print('India', '\t', 'Delhi')
C. > > >print('India', '\n', 'Delhi')
d. >>>a=10
>>>b=20
>>>C=(a+b)*4
>>>print(0)
e. >>> a='10'
>>> b='20'
>>>print(a+b)
f.
>>> a=10
>>> b=20
>>>print(a+b)
Answers
Answered by
2
Answer:
try to write of ur own then I will help you
Similar questions