Skip to content

Instantly share code, notes, and snippets.

@Vishakha263
Last active April 9, 2019 10:43
Show Gist options
  • Save Vishakha263/bcf35e8cf68a0c4af5d902ed35420e72 to your computer and use it in GitHub Desktop.
Save Vishakha263/bcf35e8cf68a0c4af5d902ed35420e72 to your computer and use it in GitHub Desktop.
total_pen=int(input())
for pen in range (0,total_pen):
if (pen==30):
print('box is packed')
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment