s1 = "AVNIET"s2 = "College"k = int(input())s = s1 + s2res = print(s[:k] + s[len(s)-k:len(s)])print(res)
Standard input is empty
None
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!