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.

User Ralitza
by
6.3k points

1 Answer

5 votes

D Strings will be translated into program code

User Piotr Sagalara
by
5.9k points