You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("========= Select a Method to continue =========\n")
method_number = input(">>>> ")
if method_number.isalpha() or " " in method_number or "." in method_number or len(method_number) != 1 or not method_number.isdigit() or (method_number != "1" and method_number != "2"):