Computer Science, asked by rj095549, 8 months ago

create student details form with various controls which accepts the details of the student ​

Answers

Answered by Ayushijain33
0

Answer:

I am writing a python program for you

print("Student details")

print('Name:',input('Enter your name'))

print('Age:',input('Enter your age'))

print('Blood group:',input('Enter your blood group'))

print('Father's name:',input('Enter your father's name'))

print('Mother's name:',input('Enter your mother's name'))

print('Phone no.:',input('Enter your phone no.'))

print('House address.:',input('Enter your house address'))

Similar questions