Here is a simple program that uses the Python turtle graphics library to draw a crude ASCII art representation of BTS member Jungkook:
Code is:
import turtle from sketchpy import library as lib obj = lib.bts()obj.draw() # Write Jungkook's name t.penup() t.goto(50, 100) t.pendown() t.write("Jungkook", font=("Arial", 18, "normal")) turtle.done()
I Hope you love it and will try it, you can see the output above.
Note that I don't know much about BTS so I even don't know who is Jungkook I just heard his name from my friends so I have written it down here. Let me know if the guy in the output is really Jungkook or not. Thanks.
Tags:
Python