44.5k views
4 votes
For (count=1;count<=10;(count=count+1)ਕਿਹੜੀ ਲੂਪ ਹੈ​

1 Answer

10 votes

Answer:x = -5

while x < 0:

x = x + 1

output = output + str(x) + " "

print(output)

Step-by-step explanation:

User Kosala W
by
4.2k points