Object Functions | Python | Tutorial 33

preview_player
Показать описание

Throughout the course we'll be looking at various topics including variables, lists, tuples, loops, conditionals, object orientation, and much more.
Рекомендации по теме
Комментарии
Автор

I just completed your series of Python tutorial videos. I was experienced in Java before this so that made things a bit easier. But super series to introduce someone to Python. Would recommend it to anyone looking to learn Python.

SiddharthYajaman
Автор

Your explanation is amazing. You make things look natural to the listener. Keep it up bro!

akilewedi
Автор

Thnak you man for the OOP fundamentals!

cultofsogga
Автор

Sir why you stopped making videos, plz make videos on projects. I like how you teach in a very eassy way

AdityaRaj-xmoi
Автор

Excellent explanation .. Thanks very much, Mike ... :)

alexbravo
Автор

Hi, can you add the code that you have at the beginning? It would be much faster to just paste in than rewrite. Great course, Thanks so much!

kalinaszek
Автор

how can I use this for an input()?, can anyone give me examples?

hikariii
Автор

Well it doesn't accept print(student2.on_honor_roll()), therefore i use i'm assuming that's also acceptable?

mertturker
Автор

do you have to make another separate function ?, cant yo just do this

def __init__(s, name, gpa):
s.name=name
s.gpa=gpa
s.on_honor_roll= def on_honor_roll():
if s.gpa >= 3.5:
return True
else:
return False

Albertmars
visit shbcf.ru