for i inrange(11, 36):
print(i, end = ' ')
if i % 5 == 0:
print()
#with ternary operator:
#for i inrange(11, 36):
# print(i, end = ' 'if i % 5 != 0 else'\n')
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments