1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Lostsunrise [7]
3 years ago
15

What is a Python script?

Computers and Technology
2 answers:
ExtremeBDS [4]3 years ago
8 0

Answer:

1. Python Script:

Python script is a text file that contains statement comprising a Python program. Python script file is saved with an extension of '.py'. Once you created a python script, it can be used as many times as required.

2. How a Python program executes:

Python program executes in following steps:

1. At first step python program is written in text editor or IDE (integrated development environment). Then programmer saved this source code to a file with .py extension. This file is called script file.

2. After writing source code, programmer uses compiler to interpret the source code to byte code

3. Python virtual machine then translate this byte code into instructions that can interact with operating system of computer.

4. Operating system then execute these instructions.

defon3 years ago
5 0

Answer:

1. A python script is a reusable text file of python lines of code.

2. The interpreter compiles each line of code individually.

Explanation:

A python program written for a particular function can be saved as a script with the .py extension. When saved, the program codes in converted to text file and when called upon, it converts back to a python program.

When a python program is run in a computer, the processor runs the interpreter program on the code compiling and debugging each lines of code.

You might be interested in
What is the name used for the camera’s view from a single position?
netineya [11]
A.A shot. 
hope this helps!!
5 0
3 years ago
The state department that issues driver's licenses would like a police officer to be able to scan the driver's license and insta
frozen [14]

Answer:

The technology that the state should use is the Optical Character Recognition or OCR system which comprises of a driver license card with bar code or optical code character engraved on it that can be read by optical scanners that are then linked via the internet to access the recorded data regarding the card holder, including outstanding tickets and warrants.

With the system, a police will be able to both verify the authenticity of the drivers license and get answers to questions about the vehicle driver

Explanation:

6 0
3 years ago
An indicator is a comprehensive analysis of critical information
ioda

Answer:

True.

Explanation:

An indicator is a comprehensive analysis of critical information by an adversary normally providing the whole picture of an agency's capabilities.

Hope this helps!

3 0
4 years ago
Which of the following options would you use when saving a document with a new filename? *
Paha777 [63]
Save As, or Save A Copy.
3 0
4 years ago
Read 2 more answers
What lets the computer's hardware and software work together?
Elena-2011 [213]

Answer:

Operating System

Explanation:

The operating System lets the computer hardware and software work together.

4 0
3 years ago
Other questions:
  • Why aren't the answers visible anymore? Thanks!
    8·2 answers
  • Define binary number and decimal number with example​
    14·1 answer
  • Contextual targeting method mean
    11·1 answer
  • Consider the following code segment.
    15·1 answer
  • Which of the following are common data types? Check all that apply.
    6·1 answer
  • Which command is used to copy entire folder structures between volumes or across a network while maintaining all NTFS file permi
    10·1 answer
  • A video streaming website uses 32-bit integers to count the number of times each video is played. in anticipation of some videos
    14·1 answer
  • 2y/3 - y-1/6 + 7y-1/4 = 2 1/6​
    5·1 answer
  • Who is this wrong answers only
    7·1 answer
  • Question 7 of 25
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!