Practical File
Practical File
file
Computer science
Rajendra Singh
ACKNOWLEDGEMENT
KARTIKEY TIWARI
CLASS-11th B
Certificate
This is to certify that
Mr. kartikey tiwari of Class:
11th B
Roll number: 18
Has completed his practical of
computer science subject as
required according to the prescribed
syllabus of session 2023-2024.
Script Mode:-
Script mode is where we
put a bunch of command
into a file and then tell
python to run the file.
Allows us to write and
execute more than one
instruction together. Can
save programs for future
use.
Saved as “py”.
Interactive Mode:-
Instant execution of
individual statement.
Convenient for testing
single line code.
Cannot save statement for
future use.