Course Content
Python Data Types
Choose the way how to print correct the following string: Data Science.
Select the correct answer
print(Data Science)
print('Data Science")
print(" 'Data Science")
print('Data Science')
How can we improve it?
Thanks for your feedback!