0% found this document useful (0 votes)
16 views3 pages

2021 Guidelines Xii Assignments

The document provides guidelines for printing files, including using A4 paper, Times New Roman font, single line spacing, page borders, and ensuring program code, input/output, and file content are readable. Assignments are due on October 21st, with no delays accepted.

Uploaded by

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

2021 Guidelines Xii Assignments

The document provides guidelines for printing files, including using A4 paper, Times New Roman font, single line spacing, page borders, and ensuring program code, input/output, and file content are readable. Assignments are due on October 21st, with no delays accepted.

Uploaded by

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

GUIDELINES ON FILE PRINTING

1. Do not use any plastic cover for the file, use cardboard based cover.
2. Use A4 size paper only. Use proper margins, alignment of text etc.
3. Set font size 12 and font “Times New Roman/Bookman Old Style” only.
4. Line spacing must be the default that is Single Line.
5. Use simple page border for all the pages.
6. For output, take the screen shot of Python Shell window or you can copy the output
from Python Shell Window and paste it in MS-Word.
7. For code, copy the code in MS-Word and take the printout using specifications given in
point no.3. NO SCREENSHOT OF THE CODE IS ALLOWED. If for any previous
assignment you have already taken the screenshot of the code also, then no need to
change it.
8. Use proper input and output messages in Python code.
9. Every page of Assignment must contain the following information.
ASSIGNMENT NO. :
NAME :
TITLE :
10. In case of output related to text file handling you can open the file in Notepad and take
the screenshot of the window. For binary, csv files you can read the data in the program
and display the result.
11. Be careful while taking the screenshot of the output screen. The content must be visible
properly and readable. Use font size 12-14(Times New Roman/Bookman Old Style) for
the Python IDLE.
12. The submission for TERM-I will be on 21st October 2021.
13. No delay in the submission will be accepted.
14. The sample has been enclosed for input and output printouts.

*********
ASSIGNMENT NO. : 01
NAME : ABC
TITLE : PROGRAM TO READ THE DATA FROM A FILE.
---------------------------------------------------------------------------------------------
PROGRAM CODE:


..
..
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
OUTPUT:

Enter any number : 20


Enter another number : 30
The sum is 50

You might also like