Can anyone think of a more efficient way to write this code?
user_int = [] while True: user_input = int(input()) user_int.append(int(user_input)) if l