Skip to main content
3 of 3
Commonmark migration

Python 2, (161 characters, 191 bytes)

x=input();a=[' __ __ ',' | |_| | ','___| |___','- - - - ',' - - - - - - - ','- - - - - - - -','———————————————'] for i in a:print i*x