Computer Science, asked by sweetgirl2214, 8 months ago

Which of the following is the correct syntax to print a sentence?
a. Print Sentence(s) b. Print (Sentence(s)] C. Print "Sentence(s)​

Answers

Answered by mehul8343
2

Answer:

in python the print syntax is like if you want to print hello

print ("hello")

Answered by turanya41
0

Answer:

a. print sentence

Explanation:

ln computer science in LOGO, we use print sentence command to write a sentence.Thus,option A is correct

Similar questions