Python - Input and Output
What will the following code print if the user enters
hello?
text = input('Say something: ')
print('You said:', text)hello?
text = input('Say something: ')
print('You said:', text)text will contain the string 'hello'.text.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions