History, asked by karishmakasarlawar51, 17 days ago

ravi has created a program in which she has entered 10 number now she wants to find the smallest number in the series suggests that the function which she can use to do the same​

Answers

Answered by ksatyajeet75
1

Answer:import_____ #Statement-1

fh = open(_____, _____, newline='') #Statement-2

stuwriter = csv._____ #Statement-3

data = []

header = ['ROLL_NO', 'NAME', 'CLASS', 'SECTION']

data.append(header)

for i in range(5):

roll_no = int(input("Enter Roll Number : "))

name = input("Enter Name : ")

Class = input("Enter Class : ")

section = input("Enter Section : ")

rec = [_____] #Statement-4

data.append(rec)

stuwriter. _____ (data) #Statement-5

Answered by giriajit1988
3

Answer:

so aap kaise ho

Explanation:

pls mark me as brainlist

Similar questions