What does Python interpreter interprets when the IF statement doesn’t have any expression or condition? I tot IF statement must have expression or condition?
is it because of append method?
so basically, i would like to get the value of a dictionary. the value of a dictionary is a nested list. when i index v[0], i manage to get the first element in the list. when...
i would like to remove \n every single line in the list, how am i going to do that?
how to pass the value(name) back to the main function when execute the get_name function in main?
I would like to remove the comma after the last element… So far, I have tried (print object, end = “, “) (print object, sep = “, “) If else statement to compare, somehow it do...
I have map the data type from string to integer and it returns me a list… So, I would like to total up the value for selected column… It doesn’t allow me to add it as it retur...
hi... sorry for the sidetrack... may I know what is this called in HTML? is it a textbox or what?
i would like to remove this entire list after read in from a csv file, i use pop method but it doesn't seems to be work thou.. anyone pls help?
but i still don't understand where the grade gets the value from... is it got nothing to do with grade = compute_grade(average_marks)?
Pls help... I have been trying so hard and still couldn't get it solved... I managed to sum up both categories of income type and I faced problem when append back to my data.....
I implemented inventory system to keep track the movement of items. So, I have multiple quantity attributes in different entity. In order to keep track the quantity of the pro...
is the value of dictionary returns as tuple by default?
Hi... need some suggestions please... I have created few tabs by using TabLayout... So, how am I going to display the image as shown above?
in this case, use multiple if is equivalent to elif right? because once the condition is True, it will stop executed and the next if statement won't be executed
what does $food['fruits'] = array(); means?
but what does this statement means? $this->name = $name
understand that this is a nested loop... the outer loop will generate the number of 2, 3, 4, 5, 6, 7, 8, 9... the doubts that I have is inner loop... for x in range(2, n): wha...
help pls... i'm having a big hard this to understand this piece of code... is anyone out there able to explain it to me pls?
I think I have accidentally deleted all of the records in database... How am I going to revert it? OMG