print("Welcome to the Covid 19 support service. please select an option below:")list = ["1.Statistics", "2.Prevention", "3.Symptoms", "4.Treatment", "5.Report Case", "6.Exit"]print(*list, sep='\n')num = int(input("Enter Choice(1/2/3/4/5/6):"))
im struggling to with user input i think, i want to make num = int(input("Enter Choice(1/2/3/4/5/6):")) so that if i press 1 it will give me a paragraph that i wrote in the same code like
example: num = int(input("Enter Choice(1/2/3/4/5/6):"))
Enter Choice(1/2/3/4/5/6):1
Covid is bad for you
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here