Horje
s=0 def sum(x,y): n=int(input("enter no. of terms") for i in range(n): l=int(input("enter no.")) s=s+l print(s) sum() Code Example
s=0 def sum(x,y): n=int(input("enter no. of terms") for i in range(n): l=int(input("enter no.")) s=s+l print(s) sum()
s=0
def sum(x,y):
    n=int(input("enter no. of terms")
          for i in range(n):
          l=int(input("enter no."))
          s=s+l
    print(s)
sum()




Python

Related
installing required libraries in conda environment Code Example installing required libraries in conda environment Code Example
fetch firestore indexes Code Example fetch firestore indexes Code Example
pandas create dataframe from multiple dictionaries Code Example pandas create dataframe from multiple dictionaries Code Example
python pynput space Code Example python pynput space Code Example
compute condition number python Code Example compute condition number python Code Example

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