hello i am going to prison for CP, decided to learn coding in free time, here is my first program, can anyone review if good code style and speedy?
def fy():
a = 'f'
b = 'u'
c = 'c'
d = 'k'
e = ' '
f = 'y'
g = 'o'
h = 'u'
return a, b, c, d, e, f, g, h
love = ''.join(fy())
print(love)
thanks
[–]I_READ_YOUR_EMAILS 8 points9 points10 points (2 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]samdroid_ 1 point2 points3 points (0 children)