my_list = [item for item in input().split(" ")]
print(my_list)