String

What is the output of the following code
What is the output when the following code is executed?
str1='virtualpythonla'
print(str1[0:7])
What is the output of the following Python program
What is the output of the following code