Question: Use the following Python code template to make a variable named text1 with the string Python is a general-purpose programming language released in 1991 by

Use the following Python code template to make a variable named text1 with the string "Python is a
general-purpose programming language released in 1991 by Guido van Rossum" as its value. Then
use a Python print statement to output the value of the variable text1 to the Python console. You must use both variables year and author in your code to receive full credit for this question.

Starter code:

year = 1991
author = 'Guido van Rossum'
### Place your code below this line ###

### Place your code above this line ###
print(text1)

Expected outcome:

Python is a general-purpose programming language released in 1991 by Guido van Rossum

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer year 1991 author Gui... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Operating System Questions!