Skip to content

Commit

Permalink
modified: SD-Four-Zeroes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstoddard committed Aug 6, 2023
1 parent 1019a0b commit 7f25f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SD-Four-Zeroes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def roll_3d6():

Character_Number = input ("How many Zero level charcters would you like? ")
File_name = input ("Name the file to save your characters to? ")
print ("Generating 4 Zero level characters.")
print (".....")
print ("Generating " + Character_Number + " Zero level characters.")
print ('....')

with open(File_name + '.txt', 'w') as f:

Expand Down

0 comments on commit 7f25f07

Please sign in to comment.