@ -13,7 +13,7 @@ def main():
exit(1)
print('Width: {0}'.format(width))
print(' 3x4 = {0}x{1}'.format(width, width * 3 / 4))
print(' 4x3 = {0}x{1}'.format(width, width * 3 / 4))
print('16x9 = {0}x{1}'.format(width, width * 9 / 16))
else:
print('Enter width value!');
The note is not visible to the blocked user.