asked 165k views
4 votes
What is the outcome of using a string literal in a Python print statement?

A. Strings will be combined into one big string.
B. Strings will be displayed inaccurately.
C. Strings will be displayed exactly as written.
D. Strings will be translated into program code.

asked
User Ralitza
by
8.1k points

1 Answer

5 votes

D Strings will be translated into program code

answered
User Piotr Sagalara
by
8.3k points