thank i got it now i am having a problem here
You should pass text to the print() function by adding the name of this variable within the opening and closing parentheses. Pay attention to place the function call at the beginning of the line.
yes i have a question
he code in the example above would print the string 'Hello!', which is the value of the variable greet passed to print() as the argument.
Print your text variable to the screen by passing the text variable as the argument to the print() function.