6. Type 6 + 4 * 9 at the Python prompt and hit enter. Record what happens. Now create a python script with the following contents: 1 6 + 4 * 9 What happens when you run this script? Now change the script contents to: 1 print(6 + 4 * 9) and run it again. What happened this time? Whenever an expression is typed at the Python prompt, it is evaluated and the result is automatically shown on the line below. (Like on your calculator, if you type this expression you'll get the result 42.) ct.net/thinkcs/python/english3e/way_of_the_program.html[1/4/2012 9:36:51 PM] gram- How to Think Like a Computer Scientist: Learning with Python 3 A script is different, however. Evaluations of expressions are not automatically displayed, so it is necessary to use the print function to make the answer show up. It is hardly ever necessary to use the print function in immediate mode / at the command prompt.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
How do you create a Pyton script? And what is a Pyton script? I’m doing this on IDLE Shell.
6. Type 6 + 4 * 9 at the Python prompt and hit enter. Record what happens.
Now create a python script with the following contents:
6 + 4 * 9
What happens when you run this script? Now change the script contents to:
print(6 + 4 * 9)
and run it again.
What happened this time?
Whenever an expression is typed at the Python prompt, it is evaluated and the result is
automatically shown on the line below. (Like on your calculator, if you type this expression
you'll get the result 42.)
'openbookproject.net/thinkcs/python/english3e/way_of_the_program.html[1/4/2012 9:36:51 PM]
way of the program – How to Think Like a Computer Scientist: Learning with Python 3
A script is different, however. Evaluations of expressions are not automatically displayed, so it is
necessary to use the print function to make the answer show up.
It is hardly ever necessary to use the print function in immediate mode / at the command
prompt.
Transcribed Image Text:6. Type 6 + 4 * 9 at the Python prompt and hit enter. Record what happens. Now create a python script with the following contents: 6 + 4 * 9 What happens when you run this script? Now change the script contents to: print(6 + 4 * 9) and run it again. What happened this time? Whenever an expression is typed at the Python prompt, it is evaluated and the result is automatically shown on the line below. (Like on your calculator, if you type this expression you'll get the result 42.) 'openbookproject.net/thinkcs/python/english3e/way_of_the_program.html[1/4/2012 9:36:51 PM] way of the program – How to Think Like a Computer Scientist: Learning with Python 3 A script is different, however. Evaluations of expressions are not automatically displayed, so it is necessary to use the print function to make the answer show up. It is hardly ever necessary to use the print function in immediate mode / at the command prompt.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Name constants and Literal values
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education