Horje
python code with sigma Code Example
python code with sigma
#creating a sigma function
a=int(input("enter a number for sigma  "))
mylst=[]

for i in range(1,a+1):
     mylst.append(i)
     b=sum(mylst)
print(mylst)
print(b)




Python

Related
auto instagram login Code Example auto instagram login Code Example
Compute the variance of this RDD’s elements Code Example Compute the variance of this RDD’s elements Code Example
python django creating products Code Example python django creating products Code Example
python check if attribute exists in dictionary Code Example python check if attribute exists in dictionary Code Example
qt line edit set text python Code Example qt line edit set text python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7