Задание

Что будет напечатано в результате работы данного кода?
sentence = "Python is a popular programming language. Python is versatile and easy to learn."
count = sentence.count\('Python'\)
print\(count\)