I am trying to get a input to be typed after the "Choice: " but i also want to continue "*" around the whole text... Im not sure how to do it even after trying multiple times with variations and research i couldn't dind an answer...
print(" ********School Quizes******** ")
print(" * * ")
print(" * A) Register * ")
print(" * B) Loging * ")
print(" * C) Quit * ")
print(" * * ")
input(" * Choice: ") & print(" * ")
so that it is printed with "Choice:(here will be the input) * "