Q&A Discussies
The marketing department wants to focus on the customers from North America first. Gets the ID, last name and country of all customers. Build the list by bringing up the customers living in Canada and in the USA first, and finally ordered them by ID. Tip: Use the IN expression in the ORDER BY
help me please๐ฏ๐๐
0 Stemmen
8 AntwoordenHey you ! Yes , you!
0 Stemmen
3 AntwoordenSpeed calculator
2 Stemmen
2 AntwoordenCan i write a function outside an object and associate it with multiple different objects sharing some common property upon which the function operates (turning it to a method for all these objects)? If not , whats the use of defining a method outside the object and assigning it to an object property?
4 Stemmen
4 AntwoordenI'm trying to calculate the decimal places of pi with Ramanujan's formula. but with this code I'm getting the same output for all values of n, which it shouldn't.
from math import sqrt, factorial as f
sum=0
n=0
k=(2*sqrt(2)/9801)
while n<=100000:
sum=sum+((f(4*n))*(1103+(26390*n)))/(((f(n))**4)*(396**(4*n)))
y=1/(k*sum)
print('%.60f' % y)
n=n+1
where am I doing wrong?
2 Stemmen
4 Antwoordenhow to make website
-1 Stem
3 Antwoordenwhy does the 'else' statement on this code only work on the 'if' statement before it. I want it to work for all the 'if' statements in the code (that is, if none of the 'if' statements is true, then the else statement should execute). If that is not possible, then how it can be done?
2 Stemmen
6 Antwoordenarrays
0 Stemmen
1 AntwoordLanguages and their uses??
0 Stemmen
2 AntwoordenAlert
1 Stem
1 Antwoord