Run black on all Python scripts!
This commit is contained in:
parent
fb6cfce656
commit
cd9cbcaa28
30 changed files with 1027 additions and 704 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import random
|
||||
|
@ -21,7 +21,7 @@ for line in sys.stdin:
|
|||
else:
|
||||
wrd = list(word)
|
||||
random.shuffle(wrd)
|
||||
nl += ''.join(wrd)
|
||||
nl += "".join(wrd)
|
||||
nl += c
|
||||
word = ""
|
||||
grace = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue