Skip to main content
2 of 5
added 155 characters in body
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 50 47 bytes

I)U¶" |ÿ /_\"XSvy" |ÿ|"}¶¶" |_|ÿ/___\ÿ VvV"¶ý 

Explanation

 ¶" |ÿ /_\" # push nose-cone I)U XSvy" |ÿ|"} # if input isn't empty push body ¶¶" |_|ÿ/___\ÿ VvV" # push base ¶ý # join on newline 

Try it online!

Currently 20% of the program exist only to check for empty input.
There has to be a better way.

Emigna
  • 53.2k
  • 5
  • 44
  • 164