w3ajay

tally tutorial point, ms word 2013, ms excel 2013, ms powerpoint 2010,ccc question with answer in hindi 2021, Tally Prime in hindi , tally prime,Python,in python,programming in python,python

Mobile Ad

Tuesday, July 30, 2024

Program for find Minimum number in binary file in python class 12

 Program for find Minimum number in binary file




Write a program to find Minimum number


Program for find Minimum number in binary file

#program for find Minimum number from binary file
import pickle
f=open("ram.dat","rb")
data=pickle.load(f)
minm=101
for i in data:
    if i[2]<minm:
        minm=i[2]
        z=i
print("student with minimum numberis is: ",z)
f.close()

Output



Please Share Like and Comment


No comments:

Post a Comment

for more information please share like comment and subscribe