print("Insert Text Here")
Here is what the above code is Doing:
1. It’s creating a variable called ‘text’ and setting it equal to the string “Insert Text Here”.
2. It’s printing the value of the ‘text’ variable.
print("Insert Text Here")
Here is what the above code is Doing:
1. It’s creating a variable called ‘text’ and setting it equal to the string “Insert Text Here”.
2. It’s printing the value of the ‘text’ variable.