الرجوع
تسجيل الدخول

What is the output of this code snippet if the input is 'Hello'?

word = input()
print(word + str(2))