From e62977e19200f57386fee15af39332f0f3332f6d Mon Sep 17 00:00:00 2001 From: Govind S B Date: Tue, 20 Dec 2022 11:31:47 +0530 Subject: [PATCH] minor changes in formatting --- V2/EHSA.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/V2/EHSA.py b/V2/EHSA.py index 6eb347d8..58c9ea01 100644 --- a/V2/EHSA.py +++ b/V2/EHSA.py @@ -6,7 +6,8 @@ import random print("ExamHall-SeatAllocator | EHSA v2.x - protoRes\n") -choice = input("Enter Choice (1)JSON Generator (2)Report Generator") +choice = input("Enter Choice (1)JSON Generator (2)Report Generator: ") +print() if choice == "1":