Assign user_str with a string from user input, with the prompt: ‘Enter a string:\n’ user_str = int(input(‘Enter a string:\n’) print(user_str)
solved Assign user_str with a string from user input, with the prompt: ‘Enter a string:\n’ user_str = int(input(‘Enter a string:\n’) print(user_str)