Computer Science, asked by kamalsharmadel61, 5 months ago

Which of the following is a valid
Python statement?
O Print(hello
O Print('Hello)
o print (hello)
O print("hello")​

Answers

Answered by Ussususjdud
0

Answer:

print("hello")

Explanation:

the symbol(") should cover the syntax.

Answered by musky59
1

Answer:

print("Hello World")

Similar questions