Posts by Cleber Lima • 145 points
3 posts
-
2
votes1
answer322
viewsQ: What’s wrong with my Python code?
I’m trying to create a simple project for study purposes but I’m having a hard time completing it. I’m using the library Pytube to download videos, I can download the videos but I can’t show the…
-
6
votes1
answer584
viewsQ: What does this "." point in Python mean?
What does that mean dot between the variable var and index? Example: var = ['João','Pedro','André','Alice'] var.index('André') Has any name?…
-
5
votes1
answer3970
viewsQ: What are built-in functions? And what is your difference from reserved words?
A little while ago I started to study the Python language and in the middle of studies a question arose. What are functions built-in? And what is your difference of reserved words? I was confused by…
pythonasked Cleber Lima 145