Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

Answer year 1991 author Gui... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genetics Analysis And Principles

Authors: Robert Brooker

5th Edition

978-0073525341, 0073525340

More Books

Students also viewed these Operating System questions