Computer Science, asked by shubhangi9235, 10 months ago

Write Q Basic programme to print your biodata.​

Answers

Answered by anuraggautambrill
1

Answer:

a=str(input("enter your name "))

b=int(input("enter your age "))

c=str(input("enter your address "))

d=str(input("enter your father name  "))

e=str(input("enter your mother name "))

print ('a')

print ('b')

print ('c')

print ('d')

print ('e')

Explanation:

after run

fill the detail and press enter

Similar questions