-
Posts
1915 -
Joined
-
Last visited
-
Days Won
13
dannnex's Achievements
4k
Reputation
Single Status Update
-
i am proud of myself
look at this code
x = int(input('What number would you like to take the facorial of?\n>> ')) z = 1 output = x while x > z: output *= (x-z) z += 1 print(output)7 lines
and it took me like an hour to write
but it's so simple
so elegantmost graceful code i've ever written (in my whole 8 weeks of programming experience)
