lecture 4
lecture 4
1. A way of using the Python interpreter by . A way of using the Python interpreter to read and
typing commands and expressions at the execute statements in a script.
prompt.
2. Cant save and edit the code . Can save and edit the code.
3. If we want to experiment with the code, we If we are very clear about the code, we can use script
can use interactive mode. mode.
4. we cannot save the statements for further we can save the statements for further use and we
use and we have to retype no need to retype
all the statements to re-run them. all the statements to re-run them.
5. We can see the results immediately. We cant see the code immediately.
• Data types are the classification or categorization of data
items.
• It represents the kind of value that tells what operations can
be performed on a particular data.