[go: up one dir, main page]

0% found this document useful (0 votes)
5 views20 pages

CERTIFICATE (1)

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 views20 pages

CERTIFICATE (1)

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/ 20

1

NAV UDAY CONVENT


SCHOOL
(2023-2024)

COMPUTER SCIENCE.

>NAME – Bhavishya
Kataria
>CLASS – XI A
>ROLL No. – 13
>SUBMITTED TO – Mrs. Rani
Saloni
2

CERTIFICAT
E

This is to certify
that BHAVISHYA
KATARIA, student of
class XII-A has
successfully
completed the
Python program
project under the
3

guidance and

supervision

MRS. RANI SALONI


(TEACHER)

ACKNOWLEDGEM
ENT

I would like to express


my special thanks of
gratitude to my Computer
4

Science teacher “Mrs.


Rani Saloni” for their
able guidance and
support in completing my
project. Also, I would like
to thanks my parents and
friend who helped me a
lot in finalizing this

project. INDEX
5

Program1 : Program that


reads three numbers
(integers) and prints them in
ascending order.

*INPUT
6

*OUTPUT
7

Program2 : Write a program to


print
*
* * *
* * * *
* * *
*

*INPUT

*OUTPUT
8

Program2: Write a program to


print.
1
212
32123
9
10

Program1: Write a program that


inputs individual words of your
school motto and joins them to
make a string. It should also input
day, month and year of your
school’s foundation date and print
the complete date.[CH-9]
*INPUT

*OUTPUT
11

Program2: Write a program that


inputs a string that contains a
decimal part of the number. For
instance, if 515.8059 is given, the
program hould print out 8059.[CH-
9]

*INPUT

*OUTPUT
12
13

Program3: Write aprogram tp read a


list of n integers(positive as well as
negative). Create two new list
having all positive numbers and the
other having all negative numbers
from the given list. Print all three
list.[CH-10]

*INPUT

*OUTPUT
14

Program4: Write a program to


read a list of elements. Modify
this list so thst it does not
contain any duplicate elements,
i.e.,all elements occurring
multiple times in the list should
appear only once.[CH-10]

*INPUT

*OUTPUT
15

Program5: Write a program to read email IDs of n


numbers of students and store them in a tuple.
Create two new tuples, one to store only the
usernames from the email ids. Print all three
tuples at the end of the program.[CH-11]
*INPUT

*OUTPUT
16

Program6: Write a program to inputs


names of n student and store them in a
tuple. Also, input a name from the user
and find if this student is present in the
tuple or not.[CH-11]

*INPUT

*OUTPUT
17

Program7: A Dictionary contains details of


two workers with their names as keys and
other details in the form of dictionary as
value. Write a program to print the workers’
information in records format.[CH-12]

*INPUT

*OUTPUT
18

Program8: Write a program to create a


dictionary containg names of
competition winner students as keys and
number of their wins as values.[CH-12]

*INPUT

*OUTPUT
19
20

You might also like