Computer Science, asked by Komalkdi, 5 months ago

Write an output for the following statement
1)>>>print ( india' t'delhi)
2)>>>print(india;/'delhi)
3)>>>a=10
>>>b=30
>>>c=(a+b)*4
>>>print(c)

Answers

Answered by smita200
2

Answer:

1) India delhi

2) india;delhi

3) 160

Explanation:

2) /' is a escape sequence character so ;(semicolon)will be printed

please marke as brainliest.

Similar questions