0% found this document useful (0 votes)
5 views1 page

2nd Practical

The document outlines two practical programming tasks. The first task is to write a program that displays the user's name in interactive mode, while the second task is to create a script that displays 'MSBTE'. An example script for the second task is provided with the output shown.

Uploaded by

prasad wadkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

2nd Practical

The document outlines two practical programming tasks. The first task is to write a program that displays the user's name in interactive mode, while the second task is to create a script that displays 'MSBTE'. An example script for the second task is provided with the output shown.

Uploaded by

prasad wadkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

2ND PRACTICAL

 WAP to display your name using interactive mode.

 WAP to display “MSBTE” using script mode.

Program:
print('MSBTE')

Output:

You might also like