TCS Python Real Interview BY TCS Team ! Python Interview Question Answers TCS Ninja Hiring

preview_player
Показать описание
TCS Python Real Interview BY TCS Team ! TCS Interview Recording Simulation ! TCS Ninja Hiring
Python TCS interview questions, Python interview questions and answers for freshers, Python interview questions for freshers, Python data science interview questions for freshers
TCS Python interview questions, TCS Python coding questions, TCS Python interview, TCS Python interview questions for freshers, TCS Python developer interview questions, TCS Python interview questions for experienced, TCS Python compiler, TCS Python, TCS Python pra questions, TCS Python interview questions and answers, TCS Python questions, TCS Python coding,
Thanks For Watching This Video : Python Interview Question Answer
Your Search : Python Interview Questions For Freshers, Python Interview Questions And Answers For Experienced, Python Interview, Python Interview Questions And Answers, Python Interview Questions For Data Analyst, Python Interview Questions For Data Engineer, Python Interview Coding Questions And Answers, Python Interview Questions And Answers For Freshers, Python Interview Coding Questions, Python Interview For Freshers, Python Interview Questions In Tamil, Python Interview Questions For Experienced, Python Interview Preparation

contact us-
Рекомендации по теме
Комментарии
Автор

class employee:
def __init__(self, name, id):
self.name =name
self.id =id
def detail(self):
print(f"The name of employees is {self.employee} and id. of employee is {self.id}




info = employee("Heraid", 789)
info.detail( )





out put : The name of Employee is Heraid and id. of employeee is789

SahilBiradar-fuim