every time i press enter key shows me
[]
none
i do not know why and i want to write number 6 instead of passing it as a parameter stackoverflow do not accept the question until i write anything but i write all what i know i use pytharm by the way i want the output something like that
6
baraclona
madrid
spain
africa
USA
UAE
code
def OutputMostPopularDestination( count):
test = input(count)
inputs =[]
for i in test:
string_input = input()
inputs.append(string_input)
print(inputs)
print(OutputMostPopularDestination(6))