Python In Telugu
What will be the output of this code?x = (i*i for i in range(3)) print(next(x)) print(next(x)) print(sum(x))
5 months ago | [YT] | 0
Python In Telugu
What will be the output of this code?
x = (i*i for i in range(3))
print(next(x))
print(next(x))
print(sum(x))
5 months ago | [YT] | 0