98.0k views
5 votes
What command is used to output text from both the Python shell and within a Python module?

User Parand
by
7.4k points

1 Answer

6 votes

Answer:

print

Step-by-step explanation:

print comment is used to *display* the statement in both python shell and python module

User Zerey
by
8.1k points

No related questions found