0% found this document useful (0 votes)
11 views2 pages

Challange Task 17BCE10122

Uploaded by

Sagar Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Challange Task 17BCE10122

Uploaded by

Sagar Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

#SAGAR SINGH

#17BCE10122

x=1
for x in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60)
print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")
x=66
for i in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60,"\t",x+64)

print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")
x=130
for i in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60,"\t",x+64)

print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")

x=196
for i in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60,"\t",x+64)

print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")

x=257
for i in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60,"\t",x+64)

print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")

x=322
for i in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60,"\t",x+64)

print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")

x=387
for i in range(1,5):
print(x,"\t",x+4,"\t",x+8,"\t",x+12,"\t\t",x+16,"\t",x+20,"\t",x+24,"\
t",x+28,"\t\t",x+32,"\t",x+36,"\t",x+40,"\t",x+44,"\t\t",x+48,"\t",x+52,"\
t",x+56,"\t",x+60,"\t",x+64)

print("\
n----------------------------------------------------------------------------------
-------------------------------------------------------------------------")

You might also like