Computer Science, asked by shibangi88, 6 months ago

python program
to
print
the following pattern
555
555
555​

Answers

Answered by priyalmantri555
0

Explanation:

X = 555

Y = 555

Z = 555

print (X)

print (Y)

print (Z)

if 555555555 is no. then

X = 555555555

print (X)

I hope it helps✌✌

Similar questions