0
what mistake is done by me the output is not coming
please check https://code.sololearn.com/c9USLAbcOw7A/?ref=app https://code.sololearn.com/c9USLAbcOw7A/?ref=app
9 Answers
+ 1
sorry but the answer is no output
+ 1
Durhr Djdj Man I've edited your code earlier but you've deleted the question
+ 1
thanks i got the answer but what was the mistake done by me
+ 1
Durhr Djdj a wrong tab space at last
+ 1
i was a beginner can you help me to devlop knowledge in python
+ 1
are you a self learner
+ 1
True
0
def personal_details():
    name = "yuvaraj"
    address = "coimbatore,tamilnadu,india"
    mobile = 6369515168
    college = "nehru arts and science college"
    subjects = "python,maths,tamil,english,evs,dfa"
    print("Name:{0},\nAddress:{1},\nMobile number:{2},\nCollege name:{3},\nCourse subjects:{4}".format(name,address,mobile,college,subjects))
personal_details()
0
Durhr Djdj Self learned is the best learned



