Write a program to accept the student details (Name, Roll no, Father Name and
Mother Name) and display the same
Answers
Answered by
65
Answer:
Program in python language.
name= input("Enter your name:-")
rollno= input("Enter your roll no :-")
father_name= input("Enter your Fathers name:-")
mother_name= input("Enter your Mothers name:-")
print("Name :-",name)
print("Roll no.:-",rollno)
print("Father name:-",father_name)
print("Mother name:-",mother_name)
HOPE IT WILL HELPS YOU.。◕‿◕。
Similar questions
Hindi,
1 month ago
Accountancy,
3 months ago
English,
3 months ago
Math,
10 months ago
Physics,
10 months ago