Why does it matter that Python variables are reference to an allocated slot of memory (RAM?) and not actual buckets? What would a bucket look like if not a allocated piece of the memory?
I Thank You from the bottom of my heart! My lecturer/tutor taught me multiple times about looping but nothing sank into my brain. Signed up for Online Courses and did not work as well! Not as detailed as your teaching! Sir thank you once again!!
Hi. I would like to ask if I really need that Python Interpreter and pyscripter for me to do this loop? If yes, is there any other programming language that I can use without installing anything?
# Portuguese code BR: # Show up the average in a list. a = float(input("Digite o primeiro um número: ")) b = float(input("Digite o segundo número: ")) c = float(input("Digite o terceiro número: ")) sum = 0 sum = int(sum) cont = 0 for i in a, b, c: cont+=1 sum = sum + i media = sum/cont print("Total soma: ", media)
i paid for a course and had to come here to get loops explained better and I was not disappointed thanks a lot.
Why does it matter that Python variables are reference to an allocated slot of memory (RAM?) and not actual buckets? What would a bucket look like if not a allocated piece of the memory?
I Thank You from the bottom of my heart! My lecturer/tutor taught me multiple times about looping but nothing sank into my brain. Signed up for Online Courses and did not work as well! Not as detailed as your teaching! Sir thank you once again!!
Video is dated, some of these don't seem to work as well in PY 3.6. Thanks for the info. You explain well.
Help, why does my for loop when I type in range(6) and press enter the output just becomes range (0,6) ???
Is there a significance to using the letter i? Could you say "for Z in range(10)"?
Write a Python 3 function that calculates frequency of all elements in a given list. Write the function using loops. Test the function on the following list: [0, 3, 4, 4, 7, 9, 5, 2, 3, 1, 4, 0, 8, 4, 3, 3, 4, 4, 2, 4, 9, 6, 0, 9, 0, 7, 5, 5, 1, 9, 6, 6, 8, 4, 1, 2, 9, 9, 2, 9, 5, 5, 9, 5, 6, 5, 1, 7, 2, 2, 5, 4, 2, 8, 1, 3, 1, 5, 2, 1, 3, 7, 6, 0, 8, 3, 4, 3, 2, 1, 4, 2, 1, 7, 0, 6, 9, 1, 7, 3, 5, 9, 2, 7, 4, 7, 1, 1, 8, 4, 3, 9, 3, 5, 2, 5, 0, 6, 7, 1]. How would you do that? HELP!!!
I TYPE IN range(9)
and then it says range(0,9) IDK what to do now
could not find this on khanacademy.org plz help
Hi. I would like to ask if I really need that Python Interpreter and pyscripter for me to do this loop? If yes, is there any other programming language that I can use without installing anything?
he has voice of Nature boy, Ric Flair
That was a very, very well put together tutorial, you did on this.
Thank you!
Mine works like:
for i in range(5):
print(i)
# Portuguese code BR:
# Show up the average in a list.
a = float(input("Digite o primeiro um número: "))
b = float(input("Digite o segundo número: "))
c = float(input("Digite o terceiro número: "))
sum = 0
sum = int(sum)
cont = 0
for i in a, b, c:
cont+=1
sum = sum + i
media = sum/cont
print("Total soma: ", media)
for i = 1,100 do
print(i)
hi mum I made it to the comments section!
sorry haris uncle
woo-ow thank u so much
How does Sal Khan know everything?
What does this guy not know 😣😣😣