Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 9b856bf

Browse files
authored
Update generator.py
1 parent 1f0d3b6 commit 9b856bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/recursive password generator/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def get_random_char():
1414

1515
while 1:
1616
maxlength = int(input(' [?] Enter a length for your password: '))
17-
print('\'',stretch('',maxlength),'\'\n')
17+
print("'",stretch('',maxlength),"'\n")

0 commit comments

Comments
 (0)