Class_12_Practical_File_Updated
Class_12_Practical_File_Updated
NAME: ADARSH
CLASS: 12th A
I would like to express my gratitude to my Computer Science teacher, Mrs. Rani Saloni, for her able
guidance and support in completing my project. I would also like to extend my gratitude to the
honorable Principal, Mrs. Nimmi, who gave me the golden opportunity to complete this project.
Certificate
This is to certify that ADARSH, a student of class XII-A of Nav Uday Convent Senior Secondary
School, has successfully completed his Python programming project under the guidance and
Teacher's Signature
INDEX
import math
sqrt = math.sqrt(number)
if number % 2 == 0:
else:
frequency = {}
frequency[char] = frequency.get(char, 0) + 1
def reverse_string(s):
return s[::-1]