Computer Science, asked by funnyboi312312, 2 months ago

A script is a program that you type in Python.
STATE TRUE OR FALSE

Answers

Answered by Anonymous
16

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

\large\boxed{\bf{\red{\fcolorbox{blue}{black}{Answer}}}}

A script is a program that you type in Python.

=> False

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Answered by qwbravo
4

The following statement is False.

Python script:

a) A Python script is a collection of commands in a file that are been executed like a program.

b) The file can contain functions and import various modules, but the idea is that it will be executed from the command line or from within a Python interactive shell to perform a specific task.

c) A python script contains python coding and the file name that ends with (.py) which can be run from the command python (filename.py).

Similar questions