what is x

0

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()

By Beginner Ed Nicolas at Jun 22 2021

0

Write a program to declare a square matrix A[][] of order M x M where 'M' is the number of rows and the number of columns, such that M must be greater than 2 and less tham 10.

By Beginner Ark Fen at Nov 05 2020

0

Write a program which takes 2 digits, X,Y as input and generates a 2-dimensional array. The element value in the i-th row and j-th column of the array should be i*j.

By Wooden Hammer Charlie DØ at Jun 05 2020

-1

x plane multiplayer

By Beginner Lisa Smitham at Apr 03 2020

-1

X = df.iloc[:, 1:]

By Beginner Beverly Ratke at Jan 17 2021

-1

x and y in python

By Wooden Hammer Moses Goldner at May 09 2020

-1

-3 + x <= 8x/3 + 2 <= 14/3 + 2x for x belongs to i

By Beginner Brooke Morar at Jun 19 2021

-1

how to tell this x = 12 + 30 when i read it in js

By Beginner Louise O'Reilly at Jan 06 2021

-1

ignoring header x-firebase-locale because its value was null. flutter

By Stone Hammer Raquel Bins at Jun 10 2021

-2

x += c++

By Wooden Hammer Rolkin at Sep 28 2020


Related code examples


Code examples by languages