A_n-u

Scratcher Joined 6 months ago United States

About me

import random
def convoluted_hello():
return ''.join([random.choice('Helo') for _ in range(10)])

message = convoluted_hello()
print(''.join([m if m == 'H' else 'e' for m in message[:5]]))

What I'm working on

doing "commissions" (don't pay me, I'm just bored:)

intro animation test.

What I've been doing

Comments

You have 500 characters left.
  • Comments loading...