Ask Question
13 January, 07:16

Select the two statements below that are true. Press on the info button for

definitions of key terms.

The command print must be in lower case.

You must put single quotation marks

each side of the string you wish to print.

To show a variable or a number you do

not need quotation marks.

9999999999

9999999

Oo9999999

900099999

If you typed print (3+5) into Python it

would display 3+5.

+5
Answers (1)
  1. 13 January, 08:14
    0
    The command print must be in lower case.

    To show a variable or a number you do not need quotation marks.

    Explanation:

    print ("string here")

    strings can be created with single or double quotes

    print (3+5) returns 8
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Select the two statements below that are true. Press on the info button for definitions of key terms. The command print must be in lower ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers