Browse Source

single print statement with double new line at the end

pablo.loyola 4 years ago
parent
commit
e9f4b7ac77
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      CCOM4702/Lab06/sapo_keygen.py

+ 1
- 2
CCOM4702/Lab06/sapo_keygen.py View File

@@ -15,8 +15,7 @@ print("""             _
15 15
                 |>
16 16
                /|      flamingo
17 17
                `""")
18
-print("--------------------------------------------------")
19
-print()
18
+print("--------------------------------------------------", end = "\n\n")
20 19
 
21 20
 usr = input("Input a 7-character username: ")
22 21