Ask 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 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.

+3
Answers (1)
  1. 18 May, 02:57
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers