Computer Science, asked by kumarrohan7731, 2 months ago

What will be the output of the Python program S=’Python Shell’ print(S)

Answers

Answered by anishk619
1

Answer:

Python Shell

Explanation:

S takes up the value Python Shell

print(S) gives the value of S which is Python Shell

Similar questions