Untitled
unknown
plain_text
2 years ago
234 B
3
Indexable
#Buat Love awoakwoakwok for y in range(15, -16, -1): for x in range(-30, 31, 1): if(x/2)**2 + (5*y/4 - 2*(abs(x))**(1/2))**2 <= 120: print('*', end='') else: print(' ', end='') print('')
Editor is loading...