Computer Science, asked by GodVasantBrainiac, 7 months ago

Record the output
2. a='sun is a star
for i in a:
if(i==''):
continue
print(i,end='')​

Answers

Answered by shresthsingh1412
6

output 2 is a sun and print 8s...

Answered by student43417
0

Answer:

output 2 is sun and print 8s.....

Similar questions