Computer Science, asked by mohits7738, 4 months ago

In print command the written message should be enclosed in quotes

Answers

Answered by tarunkrgond
1

Answer:

yes in Python print command should be written in ()

Explanation:

example

>>li=( name)

>>print(li)

the output will be

name

Similar questions